ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

GroundCourseUpdatedEventHandler Delegate

Represents the method that handles the GroundCourseUpdated event.
[Visual Basic .NET]
Public Delegate Sub GroundCourseUpdatedEventHandler ( _
    ByRef pGroundCourse As esriGpsGroundCourse _
)
[C#]
public delegate void GroundCourseUpdatedEventHandler (
    ref esriGpsGroundCourse pGroundCourse
);