Provides access to events that occur with user interaction to the PageLayoutControl.
Product Availability
Available with ArcGIS Engine.
Description
This is the main events interface for the PageLayoutControl. Generally there is no need to explicitly set event handlers, as most development environments will automatically provide event handlers.
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. |
CoClasses that implement IPageLayoutControlEvents
CoClasses and Classes | Description |
---|---|
PageLayoutControl | ESRI PageLayoutControl |
PageLayoutControlEventsListener (esriSystemUtility) | Helper coclass to provide IPageLayoutControlEvents support to the C++ API. |