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 when SelectedIndex changes for ToolbarDropDownList.
Syntax
Visual Basic Public Event SelectedIndexChanged As EventHandler C# public event EventHandler SelectedIndexChanged; Managed C++ public: __event EventHandler SelectedIndexChanged; 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
Applies To
TOOLBARDROPDOWNLIST
See Also