SelectedIndexChange Event

Fires when selectedIndex changes for MULTIPAGE or TABSTRIP.

Syntax

Visual Basic  Public  Event SelectedIndexChange As EventHandler
C# public   event EventHandler SelectedIndexChange;
Managed C++ public:   __event EventHandler SelectedIndexChange;
JScript In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

Argument Object EventArgs
Handler Delegate EventHandler

Event Object Properties

Refer to the specific event object for additional event properties.

Applies To

MULTIPAGE, TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl, About the MultiPage WebControl