Contains the arguments passed to handlers of interaction-related events.
Namespace: MindFusion.Common.UI
File: EventArgs.js
JavaScript Copy Code |
---|
// class |
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
|
MindFusion.Common.UI.EventArgs
MindFusion.Common.UI.CancelEventArgs
MindFusion.Common.UI.InteractionEventArgs