MindFusion.UI for WebForms Programmer's Guide

TabControl.Selected Event

See Also
 





Raised when a tab is selected.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public event EventHandler<TabControlEventArgs> Selected

Visual Basic  Copy Code

Public Event Selected As EventHandler(Of TabControlEventArgs)

 See Also