Gets the item, associated with the event.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
get dragItem() {} |
ListItem. The item, associated with the event.
ExampleThe following code handles the dragDrop event of a ListView class. Event data is provided through the DragDropEventArgs class.
See Also