ArcObjects Library Reference (Editor)  

ITraverseWindowEvents.OnAddCourse Event

Called after the course is added.

[Visual Basic .NET]
Public Event OnAddCourse As OnAddCourseEventHandler
[C#]
public event OnAddCourseEventHandler OnAddCourse

Product Availability

Available with ArcGIS Desktop.

Remarks

OnAddCourse is fired whenever a course is added to the traverse using the Add button on the Traverse dialog.

See Also

ITraverseWindowEvents Interface