C# Class NppSharp.CharAddedEventArgs

Arguments for char-added events.
Inheritance: System.EventArgs
显示文件 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