Contains the arguments passed to handlers of interaction-related events.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe 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
|
Inheritance HierarchyMindFusion.Common.UI.EventArgs![]()
MindFusion.Common.UI.CancelEventArgs![]()
MindFusion.Common.UI.InteractionEventArgs
See Also