ClientRequestEventHandler Delegate

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

See Also

Reference

Microsoft.SharePoint.Client Namespace