ClientRequestEventArgs Class

Provides the ClientRequest arguments for the event that is raised when a client request is executed.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SharePoint.Client.ClientRequestEventArgs
      Microsoft.SharePoint.Client.ClientRequestFailedEventArgs
      Microsoft.SharePoint.Client.ClientRequestSucceededEventArgs

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)

Syntax

'Declaration
Public Class ClientRequestEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ClientRequestEventArgs
public class ClientRequestEventArgs : EventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ClientRequestEventArgs Members

Microsoft.SharePoint.Client Namespace