ArcObjects Library Reference (DefenseSolutions)  

ICallBack2 Interface

Provides access to member functions that display list objects invoke before and/or after they perform another operation.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method AfterDraw Called after a MOLE object has been drawn.
Method AfterGraphicDraw Called by a display list object after each of its graphics is drawn.
Method BeforeDraw Called before a MOLE object is scheduled to draw.
Method BeforeGraphicDraw Called by a display list object before each of its graphics is drawn.
Read-only property IsDisabled Indicates if you do not want MOLE to invoke your call back.
Method OnFeatureChange Called whenever a feature in a layer's feature class changes.
Method OnFeatureCreate Called whenever a feature in a layer's feature class is created.
Method OnFeatureDelete Called whenever a feature in a layer's feature class is deleted.
Method OnGraphicAdd Called whenever a MOLE graphic is added to a display list.
Method OnLeaderChange Called whenever the contents of a MOLE leader changes as a result of a display list operation.

Remarks

This interface was added at MOLE 9.2 and differs from its sister ICallBack interface by adding additional actions or events that an object can respond to.