How can I help you?
SourceDestinationModel
6 Feb 20261 minute to read
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.