Implements the class that contains the event args for various time related events. More...
Public Member Functions | |
TimeEventArgs (DateTime time) | |
Constructs a TimeEventArgs instance. | |
Protected Attributes | |
DateTime | _time |
The time parameter of the event args. | |
Properties | |
virtual DateTime | Time [get, set] |
Gets or sets the time parameter of the event args. | |
Implements the class that contains the event args for various time related events.
|
inline |
Constructs a TimeEventArgs instance.
time | The time parameter of the event args |
|
protected |
The time parameter of the event args.
|
getset |
Gets or sets the time parameter of the event args.