C# Class YAMP.PauseEventArgs

Data used for giving user prompts.
Inheritance: System.EventArgs
Datei anzeigen Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Continue ( ) : void

Continues with the given input.

PauseEventArgs ( EventWaitHandle waitHandle ) : System

Creates a new user input event argument.

Method Details

Continue() public method

Continues with the given input.
public Continue ( ) : void
return void

PauseEventArgs() public method

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.
return System