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
NppSharp
CharAddedEventArgs
C# Class NppSharp.CharAddedEventArgs
Arguments for char-added events.
Inheritance:
System.EventArgs
Show file
Open project: cmrazek/NppSharp
Class Usage Examples
Public Methods
Method
Description
CharAddedEventArgs
(
char
ch
) :
System
Creates the event arguments object.
Method Details
CharAddedEventArgs()
public
method
Creates the event arguments object.
public
CharAddedEventArgs
(
char
ch
) :
System
ch
char
The character added.
return
System