AttractScreenChangeEventArgs Class

Subclass of EventArgs. Arguments provided when a new attract screen is shown.

Properties

Type Signature
int DisplayNumber
The display number for the attract screen that updated.
string OldUrl
The Url that is being rotated out.
TimeSpan OldDelay
The amount of time that the current screen was supposed to be shown.
string NewUrl
The Url that is being rotated in.
TimeSpan NewDelay
The amount of time to show the new screen.