DocumentEditorKeyDownEventArgs
2 Oct 20251 minute to read
This event arguments provides the necessary information about key down event.
Properties
event KeyboardEvent
Key down event argument
isHandled boolean
Specifies whether the event is handled or not
source DocumentEditor
Specifies the source DocumentEditor instance which triggers this key down event.