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


ITraverseWindowEvents.OnDeactivate Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ITraverseWindowEvents.OnDeactivate Event

Called when the Traverse Window dialog is deactivated.

[Visual Basic .NET]
Public Event OnDeactivate As OnDeactivateEventHandler
[C#]
public event OnDeactivateEventHandler OnDeactivate

Product Availability

Available with ArcGIS Desktop.

Remarks

OnDeactivate is fired whenever the TraverseWindow loses focus.

See Also

ITraverseWindowEvents Interface