Provides access to events that occur with interaction with the ArcReaderControl. This interface is for use with the C++ API only.
Members
Description | ||
---|---|---|
OnAction | Fires when an action takes place. | |
OnAfterScreenDraw | Fires after the current map or page layout view redraws. | |
OnBeforeScreenDraw | Fires before the current map or page layout view redraws. | |
OnCurrentToolMessage | Fires when the curent tool becomes active. | |
OnCurrentViewChanged | Fires when the current view type is changed. | |
OnDocumentLoaded | Fires when a document is loaded into the ArcReaderControl. | |
OnDocumentUnloaded | Fires when a document is unloaded from the ArcReaderControl. | |
OnDoubleClick | Fires when the user presses and releases any mouse button twice in quick succession, while over the current map or page layout view. | |
OnFocusARMapChanged | Fires when the current focus map is changed to a new map. | |
OnKeyDown | Fires after a key is pressed on the keyboard whilst the current map or page layout view has focus. | |
OnKeyUp | Fires after a pressed key is released on the keyboard whilst the current map or page layout view has focus. | |
OnMouseDown | Fires when the user presses any mouse button while over the current map or page layout view. | |
OnMouseMove | Fires when the user moves the mouse pointer over the current map or page layout view. | |
OnMouseUp | Fires when the user releases any mouse button while over the current map or page layout view. |