Notifies clients when drawing starts.
[Visual Basic 6.0] Event DisplayStarted(
ByVal Display As IDisplay _
)
[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.