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


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

DisplayTimeChangedEventHandler Delegate

Represents the method that handles the DisplayTimeChanged event.
[Visual Basic .NET]
Public Delegate Sub DisplayTimeChangedEventHandler ( _
    ByVal Display As IDisplay, _
    ByVal oldValue As Object, _
    ByVal newValue As Object _
)
[C#]
public delegate void DisplayTimeChangedEventHandler (
    IDisplay Display,
    object oldValue,
    object newValue
);