ListView.NotifyRowTapped 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| NotifyRowTapped(Int32, Cell) | 
						 供 Xamarin.Forms 平台内部使用。  | 
        	
| NotifyRowTapped(Int32, Int32, Cell) | 
						 供 Xamarin.Forms 平台内部使用。  | 
        	
| NotifyRowTapped(Int32, Cell, Boolean) | |
| NotifyRowTapped(Int32, Int32, Cell, Boolean) | 
NotifyRowTapped(Int32, Cell)
供 Xamarin.Forms 平台内部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped(int index, Xamarin.Forms.Cell cell = default);
	abstract member NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell -> unit
	参数
- index
 - System.Int32
 
供 Xamarin.Forms 平台内部使用。
- cell
 - Cell
 
供 Xamarin.Forms 平台内部使用。
实现
- 属性
 - 
			System.ComponentModel.EditorBrowsableAttribute
 
适用于
NotifyRowTapped(Int32, Int32, Cell)
供 Xamarin.Forms 平台内部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped(int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell = default);
	abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell -> unit
	参数
- groupIndex
 - System.Int32
 
供 Xamarin.Forms 平台内部使用。
- inGroupIndex
 - System.Int32
 
供 Xamarin.Forms 平台内部使用。
- cell
 - Cell
 
实现
- 属性
 - 
			System.ComponentModel.EditorBrowsableAttribute
 
适用于
NotifyRowTapped(Int32, Cell, Boolean)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped(int index, Xamarin.Forms.Cell cell, bool isContextmenuRequested);
	abstract member NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * Xamarin.Forms.Cell * bool -> unit
	参数
- index
 - System.Int32
 
- cell
 - Cell
 
- isContextmenuRequested
 - System.Boolean
 
实现
- 属性
 - 
			System.ComponentModel.EditorBrowsableAttribute
 
适用于
NotifyRowTapped(Int32, Int32, Cell, Boolean)
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public void NotifyRowTapped(int groupIndex, int inGroupIndex, Xamarin.Forms.Cell cell, bool isContextMenuRequested);
	abstract member NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
override this.NotifyRowTapped : int * int * Xamarin.Forms.Cell * bool -> unit
	参数
- groupIndex
 - System.Int32
 
- inGroupIndex
 - System.Int32
 
- cell
 - Cell
 
- isContextMenuRequested
 - System.Boolean
 
实现
- 属性
 - 
			System.ComponentModel.EditorBrowsableAttribute