Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ARCed
Scintilla
CharAddedEventArgs
C# Class ARCed.Scintilla.CharAddedEventArgs
Provides data for the CharAdded event
Inheritance:
System.EventArgs
Afficher le fichier
Open project: borisblizzard/arcreator
Class Usage Examples
Méthodes publiques
Méthode
Description
CharAddedEventArgs
(
char
ch
) :
System
Initializes a new instance of the CharAddedEventArgs class.
Method Details
CharAddedEventArgs()
public
méthode
Initializes a new instance of the CharAddedEventArgs class.
public
CharAddedEventArgs
(
char
ch
) :
System
ch
char
The character that was added
Résultat
System