Provides access to events that occur with interaction with the PageLayoutControl. This interface is for use with the C++ API only.
Members
Description | ||
---|---|---|
OnAfterDraw | Fires after the PageLayoutControl draws a specified view phase. | |
OnAfterScreenDraw | Fires after the PageLayout contained by the PageLayoutControl has finished drawing. | |
OnBeforeScreenDraw | Fires before the PageLayout contained by the PageLayoutControl starts to draw. | |
OnDoubleClick | Fires when the user presses and releases the mouse button twice in quick succession. | |
OnExtentUpdated | Fires after the extent (visible bounds) of the PageLayoutControl is changed. | |
OnFocusMapChanged | Fires when the current focus map in the PageLayoutControl has been switched to a new map. | |
OnFullExtentUpdated | Fires after the full extent (bounds) of the PageLayoutControl has changed. | |
OnKeyDown | Fires after a key is pressed on the keyboard. | |
OnKeyUp | Fires after a pressed key is released. | |
OnMouseDown | Fires when the user presses any mouse button while over the PageLayoutControl. | |
OnMouseMove | Fires when the user moves the mouse pointer over the PageLayoutControl. | |
OnMouseUp | Fires when the user releases a mouse button while over the PageLayoutControl. | |
OnOleDrop | Fires when an OLE drop action occurs on the PageLayoutControl. | |
OnPageLayoutReplaced | Fires after the PageLayout object used by the PageLayoutControl has been replaced. | |
OnPageSizeChanged | Fires when the Page associated with the PageLayout has had its size changed. | |
OnViewRefreshed | Fires when the view is refreshed before drawing occurs. |