MindFusion.UI for WebForms Programmer's Guide

DragEventArgs.getAction Method

See Also
 



Gets the action associated with the event.

Namespace: MindFusion.UI.Web
Assembly: EventArgs.js

 Syntax

JavaScript  Copy Code

function getAction ()

 Return Value

Type: EnabledInteraction
One of the EnabledInteraction enumeration values.

 Remarks

action could be EnabledInteraction.Drag or EnabledInteraction.Resize.

 See Also