New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.DropDownListEventArgs

Provides data for the E:Telerik.Web.UI.RadDropDownList.SelectedIndexChanged event of the Telerik.Web.UI.RadDropDownList control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.DropDownListEventArgs

Properties

Index Int32

Gets or sets the index of the referenced item in the control when the event is raised.

Text String

Gets or sets the text of the referenced item in the control when the event is raised.

Value String

Gets or sets the value of the referenced item in the control when the event is raised.

In this article