C# Class ARCed.Scintilla.CharAddedEventArgs

Provides data for the CharAdded event
Inheritance: System.EventArgs
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
CharAddedEventArgs ( char ch ) : System

Initializes a new instance of the CharAddedEventArgs class.

Method Details

CharAddedEventArgs() public method

Initializes a new instance of the CharAddedEventArgs class.
public CharAddedEventArgs ( char ch ) : System
ch char The character that was added
return System