C# Class Habanero.Faces.Base.KeyPressEventArgs

Provides data for the .KeyPress event.
Inheritance: System.EventArgs
Mostra file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
KeyPressEventArgs ( char keyChar ) : System

Initializes a new instance of the class.

Method Details

KeyPressEventArgs() public method

Initializes a new instance of the class.
public KeyPressEventArgs ( char keyChar ) : System
keyChar char The ASCII character corresponding to the key the user pressed.
return System