SPEventReceiverBase.EventFiringEnabled property
Obtém ou define um valor que indica se o acionamento do evento está ativado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Property EventFiringEnabled As Boolean
Get
Set
'Uso
Dim value As Boolean
value = Me.EventFiringEnabled
Me.EventFiringEnabled = value
protected bool EventFiringEnabled { get; set; }
Property value
Type: System.Boolean
true se o acionamento do evento estiver habilitado; Caso contrário, false.