Table of Contents

Interface IKeyData

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

Represents properties and methods describing some data attached to the particular key.

public interface IKeyData

Properties

Action

When implemented by a class, represents an action that executes when the key is pressed.

ActionEx

When implemented by a class, represents extended action that executes when the key is pressed.

EventName

When implemented by a class, represents a name of the action .

Keys

When implemented by a class, represents a key to which some action is attached.

LeaveState

When implemented by a class, represents a state of the Edit control after key is pressed.

Param

When implemented by a class, represents an object passed as a parameter to the extended action.

State

When implemented by a class, represents a state of the Edit control before key is pressed.