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


IGxSelection.DelayEvents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxSelection.DelayEvents Property

Delays or resumes selection event firing. If the selection changed while events were being delayed, a single event is fired when events are resumed.

[Visual Basic .NET]
Public Property DelayEvents As Boolean
[C#]
public bool DelayEvents {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IGxSelection Interface