DropDownTreeSelectEventArgs
Interface representing the event arguments for the select
event for the DropDownTree control.
Properties
action String
Get the name of the action, either select or unselect.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
item HTMLLIElement
Gets the item that is currently selected.
itemData {:}
Gets the data for the item that is currently selected.
name String
Gets the name of the event.