Gets the action associated with the event.
Namespace: MindFusion.Common.UI
File: EventArgs.js
JavaScript Copy Code |
---|
get action() {} |
InteractionType. One of the InteractionType enumeration values.
The following code creates a ListView from a div element with an id "nodeList" that is defined in HTML. It handles the itemDragStart event, which receives event data through the InteractionEventArgs class.
JavaScript Copy Code |
---|
var ui = MindFusion.Common.UI; // create the ListView control
|