Product Availability: ArcFM Viewer for ArcGIS Engine
The following Miner.Windows.ArcGIS events are available for customizations in ArcFM Viewer for ArcGIS Engine.
- BeforeCurrentMapChangedEvent: Fired before the map is changed
- CurrentMapChangedEvent: Fired when the map is changed
- MapSelectionChangedEvent: Fired when a new selection is made in the current map
- MapOnAfterScreenDrawEvent: Fired after the screen is drawn
- SelectableLayerChangedEvent: Fired when the selectable layers have changed
- MapActivatedEvent: Fired when a MDI tab is activated
- MapDeactivatedEvent: Fired when a MDI tab is deactivated
The following Miner.Windows events are available for MDI tab events:
- MdiWindowClosing: Fired when the MdiTab is closing
- MdiWindowClosed: Fired when the MdiTab has closed
- MdiWindowDisplayed: Fired when the MdiTab has displayed
- MdiWindowSelected: Fired when the MdiTab is selected
The following Miner.Windows event is available for dockable window events:
- DockWindowClosed: Fired when the dockable window is closed
The following Miner.Windows events are available for command events:
- BeforeDropDownEvent: Fired before popup command drops down
- AfterDropDownCloseupEvent: Fired after popup command drops down
Return to Application Framework Basics