C# Class Gablarski.Clients.Input.RecordingEventArgs

Provides data for the IInputProvider.NewRecording event.
Inheritance: System.EventArgs
Afficher le fichier Open project: ermau/Gablarski Class Usage Examples

Méthodes publiques

Méthode Description
RecordingEventArgs ( IInputProvider provider, string recordedInput ) : System

Initializes a new instance of the RecordingEventArgs class.

Method Details

RecordingEventArgs() public méthode

Initializes a new instance of the RecordingEventArgs class.
public RecordingEventArgs ( IInputProvider provider, string recordedInput ) : System
provider IInputProvider The provider that recorded the input.
recordedInput string The recorded input.
Résultat System