C# 클래스 ARCed.Scintilla.MacroRecordEventArgs

Provides data for the MacroRecorded event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
MacroRecordEventArgs ( Message recordedMessage ) : System

Initializes a new instance of the MacroRecordEventArgs class.

MacroRecordEventArgs ( NativeScintillaEventArgs ea ) : System

Initializes a new instance of the MacroRecordEventArgs class.

메소드 상세

MacroRecordEventArgs() 공개 메소드

Initializes a new instance of the MacroRecordEventArgs class.
public MacroRecordEventArgs ( Message recordedMessage ) : System
recordedMessage System.Windows.Forms.Message the recorded window message that can be sent back to the native Scintilla window
리턴 System

MacroRecordEventArgs() 공개 메소드

Initializes a new instance of the MacroRecordEventArgs class.
public MacroRecordEventArgs ( NativeScintillaEventArgs ea ) : System
ea NativeScintillaEventArgs NativeScintillaEventArgs object containing the message data
리턴 System