Compartilhar via


SPEventPropertiesBase.EventType property

Obtém o tipo do evento.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
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; }

Property value

Type: Microsoft.SharePoint.SPEventReceiverType
Retorna um objeto SPEventReceiverType que representa o tipo de evento.

Ver também

Referência

SPEventPropertiesBase class

SPEventPropertiesBase members

Microsoft.SharePoint namespace