This document is archived and information here might be outdated. Recommended version. |
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*
IDisplay::StartDrawing fires this event to notify clients that drawing has started. The display where drawing was initiated is returned.