EventReceiverDefinition.EventType propriedade
Obtém os tipos de eventos que podem ser tratados por receptores de eventos.
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 ReadOnly Property EventType As EventReceiverType
Get
'Uso
Dim instance As EventReceiverDefinition
Dim value As EventReceiverType
value = instance.EventType
public EventReceiverType EventType { get; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.EventReceiverType
Os tipos de eventos.
Ver também
Referência
EventReceiverDefinition classe