Table of Contents

Constructor KeyPressEventArgs

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

KeyPressEventArgs(char)

Initializes a new instance of the KeyPressEventArgs class with the specified key character.

public KeyPressEventArgs(char keyChar)

Parameters

keyChar char

KeyPressEventArgs(object, char)

Initializes a new instance of the KeyPressEventArgs class with the specified key character and original target.

public KeyPressEventArgs(object originalTarget, char keyChar)

Parameters

originalTarget object

Original target object which received the event.

keyChar char

The character referenced by the event.