C# Class ARCed.Scintilla.MacroRecordEventArgs

Provides data for the MacroRecorded event
Inheritance: System.EventArgs
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode 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 méthode

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
Résultat System

MacroRecordEventArgs() public méthode

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