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
NppSharp
CharAddedEventArgs
C# Class NppSharp.CharAddedEventArgs
Arguments for char-added events.
Inheritance:
System.EventArgs
Afficher le fichier
Open project: cmrazek/NppSharp
Class Usage Examples
Méthodes publiques
Méthode
Description
CharAddedEventArgs
(
char
ch
) :
System
Creates the event arguments object.
Method Details
CharAddedEventArgs()
public
méthode
Creates the event arguments object.
public
CharAddedEventArgs
(
char
ch
) :
System
ch
char
The character added.
Résultat
System