Table of Contents

Method AddNormal

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

AddNormal(Keys, KeyEventEx, object)

When implemented by a class, adds a new key to key collection with specified parameters and default (normal) state and leave state.

void AddNormal(Keys keys, KeyEventEx action, object param)

Parameters

keys Keys

Key added to the collection.

action KeyEventEx

Extended action that executes when the key is pressed.

param object

Object passed as a parameter to the extended action.

AddNormal(Keys, KeyEvent)

When implemented by a class, adds a new key to key collection with specified parameters and default (normal) state and leave state.

void AddNormal(Keys keys, KeyEvent action)

Parameters

keys Keys

Key that added to the collection.

action KeyEvent

Action that executes when the key is pressed.