ArcObjects Library Reference (Display)  

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