ObjectList.ItemDataBind Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsqu’un élément d’un ObjectList élément est lié aux données. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
event System::Web::UI::MobileControls::ObjectListDataBindEventHandler ^ ItemDataBind;
public event System.Web.UI.MobileControls.ObjectListDataBindEventHandler ItemDataBind;
member this.ItemDataBind : System.Web.UI.MobileControls.ObjectListDataBindEventHandler
Public Custom Event ItemDataBind As ObjectListDataBindEventHandler
Type d'événement
Remarques
Lorsqu’un élément d’un ObjectList élément est créé et lié aux données, ce gestionnaire d’événements définit les propriétés de l’élément de liste à partir d’expressions arbitraires. Un élément d’un ObjectList contrôle est de type ObjectListItem.