Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Boolean property that announces whether event firing is currently enabled or disabled.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<ObsoleteAttribute("Use EventFiringEnabled")> _
Protected ReadOnly Property EventFiringDisabled As Boolean
Get
'Usage
Dim value As Boolean
value = Me.EventFiringDisabled
[ObsoleteAttribute("Use EventFiringEnabled")]
protected bool EventFiringDisabled { get; }
Type: System.Boolean
Returns Booleantrue if event firing is currently disabled.
Use this property to confirm the state of event firing – either enabled or disabled – when you must programmatically enable or disable event firing on the fly when executing various operations.
Please sign in to use this experience.
Sign in