Edit

Share via


SelectionList.SelectedIndexChanged Event

Definition

Occurs whenever a user changes the selection of a SelectionList object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 event EventHandler ^ SelectedIndexChanged;
public event EventHandler SelectedIndexChanged;
member this.SelectedIndexChanged : EventHandler 
Public Custom Event SelectedIndexChanged As EventHandler 

Event Type

Remarks

Changing the selection on the client does not generate a postback event. This event is called on the server if a postback event is generated by some other control and the selection has changed.

Applies to

See also