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


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

ITraverseWindowEvents.OnSetFinishPoint Event

Called when the finish point of the traverse is set.

[Visual Basic .NET]
Public Event OnSetFinishPoint As OnSetFinishPointEventHandler
[C#]
public event OnSetFinishPointEventHandler OnSetFinishPoint

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the finish point changes, the OnSetFinishPoint event is fired.

See Also

ITraverseWindowEvents Interface