Search
DragDropEventArgs.dragItem Property
See Also
 






Gets the item, associated with the event.

Namespace: MindFusion.Common.UI
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get dragItem() {}

 Property Value

ListItem. The item, associated with the event.

 Example

The following code handles the dragDrop event of a ListView class. Event data is provided through the DragDropEventArgs class.

 See Also