Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ARCed
Scintilla
CharAddedEventArgs
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