com.esri.arcgis.controls
Class IARControlEventsOnBeforeScreenDrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IARControlEventsOnBeforeScreenDrawEvent
All Implemented Interfaces:
Serializable

public class IARControlEventsOnBeforeScreenDrawEvent
extends EventObject

Description

OnBeforeScreenDraw event corresponds to a Windows paint event and is triggered before the drawing of the CurrentView is started. The following are examples of when drawing occurs in the CurrentView:

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IARControlEventsOnBeforeScreenDrawEvent(Object source)
           
 
Method Summary
 void init()
           
 
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

IARControlEventsOnBeforeScreenDrawEvent

public IARControlEventsOnBeforeScreenDrawEvent(Object source)
Method Detail

init

public void init()