DispatcherTimer Members
The following tables list the members exposed by the DispatcherTimer type.
Public Constructors
| Name | Description | |
|---|---|---|
![]() |
DispatcherTimer | Overloaded. Initializes a new instance of the DispatcherTimer class. |
Public Properties
| Name | Description | |
|---|---|---|
![]() |
Dispatcher | Gets the Dispatcher object (dispatcher) associated with the current DispatcherTimer object (timer). |
![]() |
Interval | Gets or sets the current DispatcherTimer object's defined time interval. |
![]() |
IsEnabled | Gets or sets a Boolean value that indicates whether a particular DispatcherTimer object (timer) is enabled — that is, currently running. |
![]() |
Tag | Gets or sets a user-defined data object that is passed to the Tick event handler. |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
Start | Starts a DispatcherTimer object's timer. |
![]() |
Stop | Stops a DispatcherTimer object's timer. |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Events
| Name | Description | |
|---|---|---|
![]() |
Tick | Occurs when the specified time interval for the current DispatcherTimer object (timer) has elapsed and the timer is enabled. |
.gif)
.gif)
.gif)
.gif)