This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAttributeWindowEvents Interface (ArcObjects .NET 10.5 SDK) |
Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.
Description | ||
---|---|---|
OnActivate | Called when the Attribute Inspector dialog is activated. | |
OnDeactivate | Called when the Attribute Inspector dialog is deactivated. | |
OnPositionChanged | Called when the position of the Attribute Inspector dialog changes. | |
OnSelectionChanged | Called when the feature highlighted within the tree view of the Attribute Inspector changes. |
CoClasses and Classes | Description |
---|---|
AttributeWindow | Dialog for inspecting selected/editable features. |