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


ITraverseWindowEvents.OnSetFinishPoint Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindowEvents Interface > ITraverseWindowEvents.OnSetFinishPoint Event
ArcGIS Developer Help

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