Reports the DGPS information when it is updated.
[Visual Basic 6.0] Event DgpsInfoUpdated(
pNewDGPSInfo As esriGpsDgpsInfo _
)
[Visual Basic .NET] Public Event DgpsInfoUpdated As DgpsInfoUpdatedEventHandler
[C#] public event DgpsInfoUpdatedEventHandler DgpsInfoUpdated
[C++]
HRESULT DgpsInfoUpdated(
esriGpsDgpsInfo* pNewDGPSInfo
);
[C++]Parameters
pNewDGPSInfo [in]pNewDGPSInfo is a parameter of type esriGpsDgpsInfo
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.