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