This document is archived and information here might be outdated. Recommended version. |
[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 );