NodeKeyPressEventArgs
12 Sep 20251 minute to read
Interface for NodeKeyPress event arguments.
Properties
cancel boolean
If you want to cancel this event then, set cancel as true. Otherwise, false.
event KeyboardEventArgs
Return the actual event.
node HTMLLIElement
Return the current active TreeView node.