KeyEventArgs Class

Definition

Line 148 of System.Windows/Message.cm

Constructors & Destructor

public nothrow KeyEventArgs(Keys key_)

Member Variables

public bool handled
public Keys key
public bool suppressKeyPress

Constructor& Destructor Details

KeyEventArgs Constructor

public nothrow KeyEventArgs(Keys key_)

Definition
Line 150 of System.Windows/Message.cm