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


ITraverseWindowEvents.OnActivate Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindowEvents Interface > ITraverseWindowEvents.OnActivate Event
ArcGIS Developer Help

ITraverseWindowEvents.OnActivate Event

Called when the Traverse Window dialog is activated.

[Visual Basic .NET]
Public Event OnActivate As OnActivateEventHandler
[C#]
public event OnActivateEventHandler OnActivate

Product Availability

Available with ArcGIS Desktop.

Remarks

OnActivate is fired whenever the TraverseWindow receives focus.

See Also

ITraverseWindowEvents Interface