Search
TimerEventArgs Properties
 


 Public Properties

  Name Description

Handler

Gets the tick handler of the timer when a new timer is requested.

Interval

Gets the timer interval when a new timer is requested.

IsHandled

Gets or sets a value indicating whether the event is handled.

IsStart

Gets a value indicating whether a new timer is being created or an existing timer is being stopped.

Timer

Gets or sets the timer related to the operation.

 See Also