de la propiedad EventReceiverDefinitionCreationInformation.EventType
Especifica el tipo de evento especificado por EventReceiverType.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: Microsoft.SharePoint.Client.EventReceiverType
Vea también
Referencia
clase EventReceiverDefinitionCreationInformation