This document is archived and information here might be outdated.  Recommended version.


ITopologyExtension.DelayEvents Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.DelayEvents Method
ArcGIS Developer Help

ITopologyExtension.DelayEvents Method

Used to batch operations together and minimize notifications.

[Visual Basic .NET]
Public Sub DelayEvents ( _
    ByVal delay As Boolean _
)
[C#]
public void DelayEvents (
    bool delay
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use DelayEvents to control whether or not the topology extension calls event notifications. This can be desirable when working with topology selections. For example, instead of the topology extension calling ITopologyExtensionEvents::OnTopologySelectionChanged every time you select a topology element, you may want the extension to only fire this event once when the entire selection process is complete.

See Also

ITopologyExtension Interface