This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveViewEvents Interface > IActiveViewEvents.AfterDraw Event (ArcObjects .NET 10.5 SDK) |
Fired after the specified phase is drawn.
[Visual Basic .NET] Public Event AfterDraw As AfterDrawEventHandler
[C#] public event AfterDrawEventHandler AfterDraw
[C++]
HRESULT AfterDraw(
IDisplay* Display,
esriViewDrawPhase phase
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay phase [in]
phase is a parameter of type esriViewDrawPhase