Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle an event that results from a client request in a Microsoft Silverlight application.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)
Syntax
'Declaration
Public Delegate Sub ClientRequestEventHandler ( _
sender As Object, _
args As ClientRequestEventArgs _
)
'Usage
Dim instance As New ClientRequestEventHandler(AddressOf HandlerMethod)
public delegate void ClientRequestEventHandler(
Object sender,
ClientRequestEventArgs args
)
Parameters
- sender
Type: System.Object