ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

DgpsInfoUpdatedEventHandler Delegate

Represents the method that handles the DgpsInfoUpdated event.
[Visual Basic .NET]
Public Delegate Sub DgpsInfoUpdatedEventHandler ( _
    ByRef pNewDGPSInfo As esriGpsDgpsInfo _
)
[C#]
public delegate void DgpsInfoUpdatedEventHandler (
    ref esriGpsDgpsInfo pNewDGPSInfo
);