This document is archived and information here might be outdated.  Recommended version.


IAttributeWindowEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAttributeWindowEvents Interface
ArcGIS Developer Help

IAttributeWindowEvents Interface

Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method OnActivate Called when the Attribute Inspector dialog is activated.
Method OnDeactivate Called when the Attribute Inspector dialog is deactivated.
Method OnPositionChanged Called when the position of the Attribute Inspector dialog changes.
Method OnSelectionChanged Called when the feature highlighted within the tree view of the Attribute Inspector changes.

Classes that implement IAttributeWindowEvents

Classes Description
AttributeWindow Dialog for inspecting selected/editable features.