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


ILegend2.DelayEvents Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegend2.DelayEvents Method

Used to batch operations together to minimize notifications.

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

Parameters delay [in] delay is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILegend2 Interface