EventReceiverDefinitionCreationInformation.EventType propriedade
Especifica o tipo de evento conforme especificado pelo EventReceiverType.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Property EventType As EventReceiverType
Get
Set
'Uso
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As EventReceiverType
value = instance.EventType
instance.EventType = value
public EventReceiverType EventType { get; set; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.EventReceiverType
Ver também
Referência
EventReceiverDefinitionCreationInformation classe