DropEventArgs
Interface represents the event arguments for the beforeDrop
and drop
events.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
currentIndex Number
Gets the current index of the list box item.
droppedElement Element
Gets the list item element that is being dropped.
items Object[]
Gets the list box selected items.
name String
Gets the name of the event.
previousIndex Number
Gets the previous index of the selected list item. If multiple items are selected, the index of the list box item that is clicked is returned.
target Element
Gets the element where the list box item is being dropped.
wrapper Element
Gets the list box wrapper where the list box item is being dropped.