Index value in EventArgs



Hey

ASP.NET 2.0

When the selection in a DropDownList is changed, an
SelectIndexChanged(object sender, EventArgs e) is triggered.

I'm wondering if it is possible to get the new selected index item from the
e argument in this event?

I know I can use for DropDownList1.SelectedIndex, but thought using "e"
would be better

any suggestions?


.