ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

PositionUpdatedEventHandler Delegate

Represents the method that handles the PositionUpdated event.
[Visual Basic .NET]
Public Delegate Sub PositionUpdatedEventHandler ( _
    ByRef position As esriGpsPositionInfo, _
    ByVal estimate As Boolean _
)
[C#]
public delegate void PositionUpdatedEventHandler (
    ref esriGpsPositionInfo position,
    ref bool estimate
);