[]
        
(Showing Draft Content)

C1.Win.C1Preview.KeyMap.AddHandler

AddHandler Method

AddHandler(Keys, DoAction)

Adds a handler to the keymap.

Declaration
public void AddHandler(Keys keyData, KeyMap.DoAction handler)
Parameters
Type Name Description
Keys keyData

The keystroke to map.

KeyMap.DoAction handler

The handler for the keystroke.