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 );
IDisplay::StartDrawing fires this event to notify clients that drawing has started. The display where drawing was initiated is returned.