DispatcherTimer.Stop Metodo

Definizione

Arresta DispatcherTimer.

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

Commenti

L'impostazione su IsEnabled false quando il timer viene avviato arresta il timer.

L'impostazione su IsEnabled true quando il timer viene arrestato avvia il timer.

Chiamata Stop di set IsEnabled a false.

Si applica a