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