Search
ControlModifiedEventArgs Constructor
See Also
 






Initializes a new instance of the ControlModifiedEventArgs class.

Namespace: MindFusion.Common.UI
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function ControlModifiedEventArgs (control, changes)

 Parameters

control

Control. The control that is being modified

changes

Object. An object containing the changed properties.

 See Also