This document is archived and information here might be outdated.  Recommended version.


DopInfoUpdatedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

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
);