KeyPressEventArgs Class
Definition
Line
139
of
System.Windows/Message.cm
Constructors & Destructor
public
nothrow
KeyPressEventArgs
(
wchar
keyChar_)
Member Variables
public
bool
handled
public
wchar
keyChar
Constructor& Destructor Details
KeyPressEventArgs Constructor
public
nothrow
KeyPressEventArgs(
wchar
keyChar_)
Definition
Line
141
of
System.Windows/Message.cm