This document is archived and information here might be outdated. Recommended version. |
Notifies clients when drawing completes.
[Visual Basic .NET] Public Event DisplayFinished As DisplayFinishedEventHandler
[C#] public event DisplayFinishedEventHandler DisplayFinished
[C++]
HRESULT DisplayFinished(
IDisplay* Display
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay*
IDisplay::FinishDrawing fires this event to notify clients that drawing has completed. The display where drawing has completed is returned to the client.