MindFusion.UI for WebForms Programmer's Guide

TabControl.OnSelected Method

See Also
 





Raises the Selected event.

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

 Syntax

C#  Copy Code

protected virtual void OnSelected (
    TabControlEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnSelected( _
    e As TabControlEventArgs _
)

 Parameters

e

Type: TabControlEventArgs
A TabControlEventArgs object, that holds data for the event.

 See Also