ArcObjects Library Reference (SystemUtility)  

IMapControlEvents2Helper Interface

Provides access to events that occur with interaction with the MapControl. This interface is for use with the C++ API only.

Members

Description
Method OnAfterDraw Fires after the Map draws a specified view phase.
Method OnAfterScreenDraw Fires after the Map contained by the MapControl has finished drawing.
Method OnBeforeScreenDraw Fires before the Map contained by the MapControl starts to draw.
Method OnDoubleClick Fires when the user presses and releases the mouse button twice in quick succession.
Method OnExtentUpdated Fires after the extent (visible bounds) of the MapControl is changed.
Method OnFullExtentUpdated Fires after the full extent (bounds) of the MapControl has changed.
Method OnKeyDown Fires after a key is pressed on the keyboard.
Method OnKeyUp Fires after a pressed key is released.
Method OnMapReplaced Fires after the Map contained by the MapControl has been replaced.
Method OnMouseDown Fires when the user presses any mouse button while over the MapControl.
Method OnMouseMove Fires when the user moves the mouse over the MapControl.
Method OnMouseUp Fires when the user releases a mouse button while over the MapControl.
Method OnOleDrop Fires when an OLE drop action occurs on the MapControl.
Method OnSelectionChanged Fires when the current selection changes.
Method OnViewRefreshed Fires when the view is refreshed before drawing occurs.