View.UnhandledKeyEventEventArgs Class

Definition

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.

Applies to