ObjectList.RaiseDefaultItemEvent(Int32) 方法
定义
引发默认命令的事件时调用,该命令与指定项关联。Called to raise an event for the default command associated with the specified item. 由 ASP.NET 在内部调用。Called internally by the ASP.NET. 此 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:
void RaiseDefaultItemEvent(int itemIndex);
public void RaiseDefaultItemEvent (int itemIndex);
member this.RaiseDefaultItemEvent : int -> unit
Public Sub RaiseDefaultItemEvent (itemIndex As Integer)
参数
- itemIndex
- Int32
项的索引引用。The index reference for the item.
注解
适配器可以使用此方法。This method can be used by adapters.