Specifies data for validation events, related to control changes.
Namespace: MindFusion.Common.UI
File: EventArgs.js
JavaScript
![]() |
---|
// 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
![]() |
---|
var tooltip = new ui.Tooltip(window.element); tooltip.tooltipHiding.addEventListener(tooltipHidingEventHandler);
|
MindFusion.Common.UI.EventArgs
MindFusion.Common.UI.CancelEventArgs
MindFusion.Common.UI.ControlModifyingEventArgs