Table of Contents

Constructor KeyData

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

KeyData()

Initializes a new instance of the KeyListData class with default settings.

public KeyData()

KeyData(Keys, KeyEvent, KeyEventEx, object, int, int)

Initializes a new instance of the KeyListData class with specified parameters.

public KeyData(Keys keys, KeyEvent action, KeyEventEx actionEx, object param, int state, int leaveState)

Parameters

keys Keys

Specifies key data of this new instance.

action KeyEvent

Action that executes when the key is pressed.

actionEx KeyEventEx

Extended action that executes when the key is pressed.

param object

Object passed as a parameter to the extended action.

state int

State of the Edit control before key is pressed.

leaveState int

State of the Edit control after key is pressed.