ListControl.SetPostDataSelection(Int32) Méthode

Définition

Définit la propriété Selected d'un contrôle ListItem après la publication d'une page.

protected:
 void SetPostDataSelection(int selectedIndex);
protected void SetPostDataSelection (int selectedIndex);
member this.SetPostDataSelection : int -> unit
Protected Sub SetPostDataSelection (selectedIndex As Integer)

Paramètres

selectedIndex
Int32

Index de l’élément sélectionné dans la collection Items.

Remarques

La SetPostDataSelection méthode est une méthode d’assistance qui gère l’élément sélectionné dans le contrôle après la ListControl publication d’une page.

S’applique à