C# Class Gablarski.Clients.Input.RecordingEventArgs

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

Public Methods

Method Description
RecordingEventArgs ( IInputProvider provider, string recordedInput ) : System

Initializes a new instance of the RecordingEventArgs class.

Method Details

RecordingEventArgs() public method

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