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 properties that can be set when creating a client-side event receiver definition.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.EventReceiverDefinitionCreationInformation
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class EventReceiverDefinitionCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As EventReceiverDefinitionCreationInformation
public class EventReceiverDefinitionCreationInformation : ClientValueObject
Remarks
EventReceiverDefinitionCreationInformation is implemented to support functionality in client APIs. In server-side code, use the Add method from the SPEventReceiverDefinitionCollection object to create a SPEventReceiverDefinition object.
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.