ClientRequestSucceededEventHandler Delegate
Represents the method that will handle a successful client request in the context of 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 ClientRequestSucceededEventHandler ( _
sender As Object, _
args As ClientRequestSucceededEventArgs _
)
'Usage
Dim instance As New ClientRequestSucceededEventHandler(AddressOf HandlerMethod)
public delegate void ClientRequestSucceededEventHandler(
Object sender,
ClientRequestSucceededEventArgs args
)
Parameters
- sender
Type: System.Object