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 a failed 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 ClientRequestFailedEventHandler ( _
sender As Object, _
args As ClientRequestFailedEventArgs _
)
'Usage
Dim instance As New ClientRequestFailedEventHandler(AddressOf HandlerMethod)
public delegate void ClientRequestFailedEventHandler(
Object sender,
ClientRequestFailedEventArgs args
)
Parameters
- sender
Type: System.Object