ArcObjects Library Reference (TrackingAnalyst)  

ITxDocumentEvents.MapsChanged Event

Fired when a change is made to the map collection.

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

Product Availability

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

See Also

ITxDocumentEvents Interface