ArcObjects Library Reference (SystemUtility)  

IMapControlEvents2Helper.OnAfterDraw Method

Fires after the Map draws a specified view phase.

ERROR: Syntax information about IMapControlEvents2Helper.OnAfterDraw may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT OnAfterDraw(
  VARIANT display,
  long viewDrawPhase
);
[C++]

Parameters

display [in]   display is a parameter of type VARIANT viewDrawPhase [in]   viewDrawPhase is a parameter of type long

See Also

IMapControlEvents2Helper Interface