ArcObjects Library Reference (Editor)  

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