DispatcherTimer.Stop Method

Definition

Stops the DispatcherTimer.

public:
 void Stop();
public void Stop ();
member this.Stop : unit -> unit
Public Sub Stop ()

Remarks

Setting IsEnabled to false when the timer is started stops the timer.

Setting IsEnabled to true when the timer is stopped starts the timer.

Calling Stop sets IsEnabled to false.

Applies to