Constructor KeyData
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
keysKeysSpecifies key data of this new instance.
actionKeyEventAction that executes when the key is pressed.
actionExKeyEventExExtended action that executes when the key is pressed.
paramobjectObject passed as a parameter to the extended action.
stateintState of the Edit control before key is pressed.
leaveStateintState of the Edit control after key is pressed.