ArcObjects Library Reference (Editor)  

ITraverseWindowEvents.OnDeactivate Event

Called when the Traverse Window dialog is deactivated.

[Visual Basic 6.0]
Event OnDeactivate
[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