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


ITOCBuddyEvents.ActiveViewChanged Event (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

ITOCBuddyEvents.ActiveViewChanged Event

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

Product Availability

Available with ArcGIS Engine.

Description

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.

See Also

ITOCBuddyEvents Interface