This document is archived and information here might be outdated.  Recommended version.


IPageLayoutControlEvents.OnAfterScreenDraw Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControlEvents Interface > IPageLayoutControlEvents.OnAfterScreenDraw Event
ArcGIS Developer Help

IPageLayoutControlEvents.OnAfterScreenDraw Event

Fires after the PageLayout contained by the PageLayoutControl has finished drawing.

[Visual Basic .NET]
Public Event OnAfterScreenDraw As OnAfterScreenDrawEventHandler
[C#]
public event OnAfterScreenDrawEventHandler OnAfterScreenDraw
[C++]
HRESULT OnAfterScreenDraw(
  long hdc
);
[C++]
Parameters
hdc [in]

hdc is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

OnAfterScreenDraw is triggered after the IDisplayEvents::DisplayFinished event is called on the PageLayout's screen display. The hdc represents the device context on the screen display.

See Also

IPageLayoutControlEvents Interface