ArcObjects Library Reference (SystemUtility)  

IPageLayoutControlEventsHelper.OnAfterDraw Method

Fires after the PageLayoutControl draws a specified view phase.

ERROR: Syntax information about IPageLayoutControlEventsHelper.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

IPageLayoutControlEventsHelper Interface