Skip to main content

signals-enum

Enumerates all possible internal signals

public enum Korzh.EasyQuery.WinForms.Signals
: Enum

Assembly: Korzh.EasyQuery.WinForms.dll

Enum

NameValueDescription
None0Empty signal
KeyDown1The Down arrow key is pressed
KeyCtrlDown2The Down arrow key is pressed with Ctrl key
KeyUp3The Up arrow key is pressed
KeyCtrlUp4The Up arrow key is pressed with Ctrl key
KeyLeft5The Left arrow key is pressed
KeyCtrlLeft6The Left arrow key is pressed with Ctrl key
KeyRight7The Right arrow key is pressed
KeyCtrlRight8The Right arrow key is pressed with Ctrl key
KeyTab9The Tab key is pressed
KeyShiftTab10The Tab key is pressed with Shift key
ListRequest11The element needs the list of values to be filled
Activate12The specified row should be activated