Table of Contents

Constructor CustomKeyEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CustomKeyEventArgs()

Initializes a new instance of the CustomKeyEventArgs class.

public CustomKeyEventArgs()

CustomKeyEventArgs(object, Key, ModifierKeys)

Initializes a new instance of the CustomKeyEventArgs class with the specified original target object.

public CustomKeyEventArgs(object originalTarget, Key key, ModifierKeys modifiers)

Parameters

originalTarget object

Original target object which received the event.

key Key

The key referenced by the event.

modifiers ModifierKeys

The set of modifier keys pressed at the time when event was received.