View.UnhandledKeyEventEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for a managed callback event.
public class View.UnhandledKeyEventEventArgs : EventArgs
type View.UnhandledKeyEventEventArgs = class
inherit EventArgs
- Inheritance
-
View.UnhandledKeyEventEventArgs
Constructors
| Name | Description |
|---|---|
| View.UnhandledKeyEventEventArgs(Boolean, View, KeyEvent) |
Initializes the managed event data passed to the associated callback. |
Properties
| Name | Description |
|---|---|
| Event |
Gets the key event supplied to this callback. |
| Handled |
Gets or sets whether the callback result is handled. |
| V |
Gets the view supplied to this callback. |