ObjectList.ItemSelect Evento

Definición

Se produce cuando un usuario selecciona un elemento de una vista de lista. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 event System::Web::UI::MobileControls::ObjectListSelectEventHandler ^ ItemSelect;
public event System.Web.UI.MobileControls.ObjectListSelectEventHandler ItemSelect;
member this.ItemSelect : System.Web.UI.MobileControls.ObjectListSelectEventHandler 
Public Custom Event ItemSelect As ObjectListSelectEventHandler 

Tipo de evento

Comentarios

Se llama a este evento antes de llamar al ShowItemCommands evento .

Se aplica a

Consulte también