Specifies data for validation events, related to control changes.
Namespace: MindFusion.Common.UI
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksEvents that use the ControlModifyingEventArgs as event data are tooltipHiding and tooltipShowing of the ToolTip class, windowOpening and windowClosing events of WindowBase and more.
ExampleThe following sample handles the tooltipHiding event:
JavaScript
Copy Code
|
|---|
var tooltip = new ui.Tooltip(window.element); tooltip.tooltipHiding.addEventListener(tooltipHidingEventHandler);
|
Inheritance HierarchyMindFusion.Common.UI.EventArgs![]()
MindFusion.Common.UI.CancelEventArgs![]()
MindFusion.Common.UI.ControlModifyingEventArgs
See Also