EventReceiverDefinitionCreationInformation constructor
Initializes a new instance of the SPEventReceiverDefinitionCreationInformation class.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New EventReceiverDefinitionCreationInformation()
public EventReceiverDefinitionCreationInformation()
Remarks
SPEventReceiverDefinitionCreationInformation is implemented to support functionality in client APIs. For server-side code, use the Add method from the SPEventReceiverDefinitionCollection object to create a SPEventReceiverDefinition object.
See also
Reference
EventReceiverDefinitionCreationInformation class