This document is archived and information here might be outdated. Recommended version. |
Notifies the TOC that the active view has changed and an Update is required.
[Visual Basic .NET] Public Event ActiveViewChanged As ActiveViewChangedEventHandler
[C#] public event ActiveViewChangedEventHandler ActiveViewChanged
[C++]
HRESULT ActiveViewChanged(
VARIANT_BOOL OnlyScaleChange
);
[C++] Parameters OnlyScaleChange [in]
OnlyScaleChange is a parameter of type bool
The ActiveViewChanged event is triggered whenever there is a scale change in the ActiveView of the ITOCControl::Buddy. This event is fired when the TOCControl has a 'buddy' GlobeControl and the IGlobeDisplayEvents::InteractionStopped event is fired.