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