Search
TimerEventArgs Members
Constructors Properties
 


Contains the arguments passed to timer-related event handlers.

The following tables list the members exposed by the TimerEventArgs type.

 Public Constructors

  Name Description

TimerEventArgs

Overloaded.  

 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