This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.DelayEvents Property (ArcObjects .NET 10.4 SDK) |
Indicates if the page stops firing IPageEvents 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(
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