C# Class YAMP.PauseEventArgs

Data used for giving user prompts.
Inheritance: System.EventArgs
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
Continue ( ) : void

Continues with the given input.

PauseEventArgs ( EventWaitHandle waitHandle ) : System

Creates a new user input event argument.

Method Details

Continue() public méthode

Continues with the given input.
public Continue ( ) : void
Résultat void

PauseEventArgs() public méthode

Creates a new user input event argument.
public PauseEventArgs ( EventWaitHandle waitHandle ) : System
waitHandle System.Threading.EventWaitHandle The wait handle where the waiting is based on.
Résultat System