C# 클래스 Gablarski.Clients.Input.RecordingEventArgs

Provides data for the IInputProvider.NewRecording event.
상속: System.EventArgs
파일 보기 프로젝트 열기: ermau/Gablarski 1 사용 예제들

공개 메소드들

메소드 설명
RecordingEventArgs ( IInputProvider provider, string recordedInput ) : System

Initializes a new instance of the RecordingEventArgs class.

메소드 상세

RecordingEventArgs() 공개 메소드

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.
리턴 System