ArcObjects Library Reference (Editor)  

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