Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires the SelectedIndexChange event.
Syntax
Visual Basic Overridable Protected Sub
OnSelectedIndexChange( ByVal e As EventArgs )C# protected virtual void
OnSelectedIndexChange(EventArgs e );Managed C++ protected: virtual void
OnSelectedIndexChange(EventArgs e );JScript protected function
OnSelectedIndexChange(e : EventArgs );
Parameters
e Required. EventArgs object that specifies information about the event.
Return Value
No return value.
Applies To
MULTIPAGE, TABSTRIP
See Also
Internet Explorer WebControls, About the MultiPage WebControl, About the TabStrip WebControl