Compartir a través de


de la propiedad SPEventPropertiesBase.EventType

Obtiene el tipo del evento.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property EventType As SPEventReceiverType
    Get
    Protected Set
'Uso
Dim instance As SPEventPropertiesBase
Dim value As SPEventReceiverType

value = instance.EventType

instance.EventType = value
public SPEventReceiverType EventType { get; protected set; }

Valor de propiedad

Tipo: Microsoft.SharePoint.SPEventReceiverType
Devuelve un objeto SPEventReceiverType que representa el tipo de evento.

Vea también

Referencia

clase SPEventPropertiesBase

Miembros SPEventPropertiesBase

Espacio de nombres Microsoft.SharePoint