com.esri.arcgis.controls
Class IPageLayoutControlEventsOnAfterScreenDrawEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IPageLayoutControlEventsOnAfterScreenDrawEvent
- All Implemented Interfaces:
- Serializable
public class IPageLayoutControlEventsOnAfterScreenDrawEvent
- extends EventObject
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.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IPageLayoutControlEventsOnAfterScreenDrawEvent
public IPageLayoutControlEventsOnAfterScreenDrawEvent(Object source)
init
public void init(int hdc)
getHdc
public final int getHdc()