ChartKeyboardEventArgs¶
Summary¶
Provides data for chart keyboard related events and callbacks
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Chart { get; } | The chart that the event/callback occurred |
Key { get; } | Keyboard key |
Modifiers { get; } | Modifiers key that was used with the Key |
CtrlKey { get; } | True if Ctrl key was pressed otherwise False |
ShiftKey { get; } | True if Shift key was pressed otherwise False |
AltKey { get; } | True if Alt key was pressed otherwise False |
Last update: February 3, 2023