SelectionList.ItemDataBind Evento
Definição
Ocorre quando um item na lista está associado aos dados.Occurs when an item in the list is bound to data. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
event System::Web::UI::MobileControls::ListDataBindEventHandler ^ ItemDataBind;
public event System.Web.UI.MobileControls.ListDataBindEventHandler ItemDataBind;
member this.ItemDataBind : System.Web.UI.MobileControls.ListDataBindEventHandler
Public Custom Event ItemDataBind As ListDataBindEventHandler
Tipo de evento
Comentários
Quando um item em um SelectionList controle é criado e associado a dados, esse manipulador de eventos define as propriedades do item de lista de expressões arbitrárias.When an item in a SelectionList control is created and data-bound, this event handler sets the properties of the list item from arbitrary expressions.
Um item em um SelectionList controle é do tipo MobileListItem .An item in a SelectionList control is of type MobileListItem.
Esse evento é gerado à medida que cada item de fonte de dados é associado.This event is raised as each data source item is bound. Esse é o melhor momento para filtrar ou agrupar itens da MobileListItemCollection coleção, usando a Text Value propriedade ou.This is the best time to filter or group items of the MobileListItemCollection collection, by using the Text or Value property.