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


ITOCBuddyEvents.ActiveViewChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > ITOCBuddyEvents Interface > ITOCBuddyEvents.ActiveViewChanged Event
ArcGIS Developer Help

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