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


IDelayEvents.DelayEvents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDelayEvents.DelayEvents Property

Indicates if events are delayed. If something changes while events are 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;}
[C++]
HRESULT get_DelayEvents(
  VARIANT_BOOL* DelayEvents
);
[C++]
HRESULT put_DelayEvents(
  VARIANT_BOOL DelayEvents
);
[C++]

Parameters DelayEvents [out, retval] DelayEvents is a parameter of type VARIANT_BOOL DelayEvents [in] DelayEvents is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDelayEvents Interface