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


IDisplayEvents.DisplayStarted Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayEvents Interface > IDisplayEvents.DisplayStarted Event
ArcGIS Developer Help

IDisplayEvents.DisplayStarted Event

Notifies clients when drawing starts.

[Visual Basic .NET]
Public Event DisplayStarted As DisplayStartedEventHandler
[C#]
public event DisplayStartedEventHandler DisplayStarted
[C++]
HRESULT DisplayStarted(
  IDisplay* Display
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay*

Product Availability

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

Remarks

IDisplay::StartDrawing fires this event to notify clients that drawing has started.  The display where drawing was initiated is returned.

See Also

IDisplayEvents Interface