C# Class ARCed.Scintilla.MacroRecordEventArgs

Provides data for the MacroRecorded event
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
MacroRecordEventArgs ( Message recordedMessage ) : System

Initializes a new instance of the MacroRecordEventArgs class.

MacroRecordEventArgs ( NativeScintillaEventArgs ea ) : System

Initializes a new instance of the MacroRecordEventArgs class.

Method Details

MacroRecordEventArgs() public method

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

MacroRecordEventArgs() public method

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