Search
WindowHost.windowStateChanging Event
See Also
 






Raised when the state of a child Window is being modified.

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

 Syntax

JavaScript  Copy Code

EventDispatcher windowStateChanging

 Event Data

The event handler method receives the following arguments:
sender
A WindowHost instance, which is the source of the event. This object will be passed to the handler function as the first argument.
args
A ControlModifyingEventArgs instance, which contains event data. This object will be passed to the handler function as the second argument.

 See Also