Search results

SourceDestinationModel API in JavaScript ListBox API control

Interface for drag and drop event args.

Properties

currentData

string[] | boolean[] | number[] | { [key: string]: Object }[] | DataManager

Specifies the list items after drag or drop in the ListBox.

previousData

string[] | boolean[] | number[] | { [key: string]: Object }[] | DataManager

Specifies the list items before drag or drop in the ListBox.