Search
TabControl.selectedItemChanging Event
See Also
 






Raised when the selected tab is changing.

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

 Syntax

JavaScript  Copy Code

EventDispatcher selectedItemChanging

 Event Data

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

 See Also