ARCed.Scintilla.MacroRecordEventArgs.MacroRecordEventArgs C# (CSharp) Method

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
		public MacroRecordEventArgs(NativeScintillaEventArgs ea)
		{
			this._recordedMessage = ea.Msg;
			this._recordedMessage.LParam = ea.SCNotification.lParam;
			this._recordedMessage.WParam = ea.SCNotification.wParam;
		}
#pragma warning restore 612, 618

Same methods

MacroRecordEventArgs::MacroRecordEventArgs ( Message recordedMessage ) : System
MacroRecordEventArgs