ArcGIS Developer Help  (ESRI.ArcGIS.Carto)  

DopInfoUpdatedEventHandler Delegate

Represents the method that handles the DopInfoUpdated event.
[Visual Basic .NET]
Public Delegate Sub DopInfoUpdatedEventHandler ( _
    ByRef pdop As esriGpsDOPInfo _
)
[C#]
public delegate void DopInfoUpdatedEventHandler (
    ref esriGpsDOPInfo pdop
);