SPEventReceiverBase.DisableEventFiring 方法
请注意:此 API 现在已过时。
防止事件被引发。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use EventFiringEnabled")> _
Protected Sub DisableEventFiring
用法
Me.DisableEventFiring()
[ObsoleteAttribute("Use EventFiringEnabled")]
protected void DisableEventFiring()
备注
若要防止引发事件的原因之一是为了避免递归。例如,如果您编写的代码在其中添加项列表上有一个ItemAdded事件,您可以放入一块DisableEventReceivers() ... EnableEventReceivers()以避免递归代码。