ObjectList.ItemSelect 事件
定义
在用户从列表视图中选择项时发生。Occurs when a user selects an item from a list view. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (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::ObjectListSelectEventHandler ^ ItemSelect;
public event System.Web.UI.MobileControls.ObjectListSelectEventHandler ItemSelect;
member this.ItemSelect : System.Web.UI.MobileControls.ObjectListSelectEventHandler
Public Custom Event ItemSelect As ObjectListSelectEventHandler
事件类型
注解
在调用事件之前调用此事件 ShowItemCommands 。This event is called before the ShowItemCommands event is called.