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