com.esri.arcgis.controls
Class IPageLayoutControlEventsOnBeforeScreenDrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IPageLayoutControlEventsOnBeforeScreenDrawEvent(Object source)
           
 
Method Summary
 int getHdc()
           
 void init(int hdc)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPageLayoutControlEventsOnBeforeScreenDrawEvent

public IPageLayoutControlEventsOnBeforeScreenDrawEvent(Object source)
Method Detail

init

public void init(int hdc)

getHdc

public final int getHdc()