Initializes a new instance of the ControlModifiedEventArgs class.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
function ControlModifiedEventArgs (control, changes) |
Control. The control that is being modified
Object. An object containing the changed properties.
See Also