Initializes a new instance of the TabControlEventArgs class.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public TabControlEventArgs ( TabControlAction action, TabPage page, int index)
Public New ( _ action As TabControlAction, _ page As TabPage, _ index As Integer _)
Type: TabControlActionOne of the TabControlAction values.
Type: TabPageThe TabPage the event is occurring for.
Type: Int32The zero-based index of tabPage in the TabControl.Tabs collection.
TabControlEventArgs ClassMindFusion.UI.Web Namespace