ArcObjects Library Reference (TrackingAnalyst)  

ITxDocumentEvents.ActiveViewChanged Event

Fired when the active view changes.

[Visual Basic .NET]
Public Event ActiveViewChanged As ActiveViewChangedEventHandler
[C#]
public event ActiveViewChangedEventHandler ActiveViewChanged
[C++]
HRESULT ActiveViewChanged(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxDocumentEvents Interface