DropDownTreeChangeEventArgs
Interface representing the event arguments for the beforeOpen
event for the DropDownTree control.
Properties
element HTMLElement
Gets the controls root element.
event KeyboardEvent MouseEvent
Gets the original triggered event arguments.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
name String
Gets the name of the event.
oldValue String[]
Gets the controls previous value.
value String[]
Gets the control current value.