com.esri.arcgis.controls
Class IPageLayoutControlEventsOnBeforeScreenDrawEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IPageLayoutControlEventsOnBeforeScreenDrawEvent
- All Implemented Interfaces:
- Serializable
public class IPageLayoutControlEventsOnBeforeScreenDrawEvent
- extends EventObject
Description
OnBeforeScreenDraw is triggered before the IDisplayEvents::DisplayStarted 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
IPageLayoutControlEventsOnBeforeScreenDrawEvent
public IPageLayoutControlEventsOnBeforeScreenDrawEvent(Object source)
init
public void init(int hdc)
getHdc
public final int getHdc()