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


ITraverseWindowEvents.OnChangeCourseType 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.OnChangeCourseType Event
ArcGIS Developer Help

ITraverseWindowEvents.OnChangeCourseType Event

Called when the course type changes.

[Visual Basic .NET]
Public Event OnChangeCourseType As OnChangeCourseTypeEventHandler
[C#]
public event OnChangeCourseTypeEventHandler OnChangeCourseType

Product Availability

Available with ArcGIS Desktop.

Remarks

Whenever the course type is changed, in the Traverse dialog or with the ITraverseWindow::Type property, the OnChangeCourse event is fired.

See Also

ITraverseWindowEvents Interface