ArcObjects Library Reference (Carto)  

IActiveViewEvents.AfterDraw Event

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActiveViewEvents Interface