C# Класс ARCed.Scintilla.MacroRecordEventArgs

Provides data for the MacroRecorded event
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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