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


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

DateTimeUpdatedEventHandler Delegate

Represents the method that handles the DateTimeUpdated event.
[Visual Basic .NET]
Public Delegate Sub DateTimeUpdatedEventHandler ( _
    ByRef pNewDateTime As esriGpsDateTime _
)
[C#]
public delegate void DateTimeUpdatedEventHandler (
    ref esriGpsDateTime pNewDateTime
);