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


IPageLayout3.DelayEvents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout3 Interface > IPageLayout3.DelayEvents Property
ArcGIS Developer Help

IPageLayout3.DelayEvents Property

Indicates if the layout stops firing events until the flag is set to false.

[Visual Basic .NET]
Public Property DelayEvents As Boolean
[C#]
public bool DelayEvents {get; set;}
[C++]
HRESULT get_DelayEvents(
  Boolean* DelayEvents
);
[C++]
HRESULT put_DelayEvents(
  VARIANT_BOOL DelayEvents
);
[C++]
Parameters
DelayEvents [out, retval]

DelayEvents is a parameter of type bool* DelayEvents [in]
DelayEvents is a parameter of type bool

Product Availability

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

See Also

IPageLayout3 Interface