ListView.NotifyRowTapped Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NotifyRowTapped(Int32, Cell) |
For internal use by the Microsoft.Maui.Controls platform. |
NotifyRowTapped(Int32, Cell, Boolean) | |
NotifyRowTapped(Int32, Int32, Cell) |
For internal use by the Microsoft.Maui.Controls platform. |
NotifyRowTapped(Int32, Int32, Cell, Boolean) |
NotifyRowTapped(Int32, Cell)
- Source:
- ListView.cs
- Source:
- ListView.cs
For internal use by the Microsoft.Maui.Controls platform.
public void NotifyRowTapped (int index, Microsoft.Maui.Controls.Cell cell = default);
abstract member NotifyRowTapped : int * Microsoft.Maui.Controls.Cell -> unit
override this.NotifyRowTapped : int * Microsoft.Maui.Controls.Cell -> unit
Public Sub NotifyRowTapped (index As Integer, Optional cell As Cell = Nothing)
Parameters
- index
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- cell
- Cell
For internal use by the Microsoft.Maui.Controls platform.
Implements
Applies to
NotifyRowTapped(Int32, Cell, Boolean)
- Source:
- ListView.cs
- Source:
- ListView.cs
public:
virtual void NotifyRowTapped(int index, Microsoft::Maui::Controls::Cell ^ cell, bool isContextmenuRequested);
public void NotifyRowTapped (int index, Microsoft.Maui.Controls.Cell cell, bool isContextmenuRequested);
abstract member NotifyRowTapped : int * Microsoft.Maui.Controls.Cell * bool -> unit
override this.NotifyRowTapped : int * Microsoft.Maui.Controls.Cell * bool -> unit
Public Sub NotifyRowTapped (index As Integer, cell As Cell, isContextmenuRequested As Boolean)
Parameters
- index
- Int32
- cell
- Cell
- isContextmenuRequested
- Boolean
Implements
Applies to
NotifyRowTapped(Int32, Int32, Cell)
- Source:
- ListView.cs
- Source:
- ListView.cs
For internal use by the Microsoft.Maui.Controls platform.
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell = default);
abstract member NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell -> unit
override this.NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell -> unit
Public Sub NotifyRowTapped (groupIndex As Integer, inGroupIndex As Integer, Optional cell As Cell = Nothing)
Parameters
- groupIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- inGroupIndex
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- cell
- Cell
Implements
Applies to
NotifyRowTapped(Int32, Int32, Cell, Boolean)
- Source:
- ListView.cs
- Source:
- ListView.cs
public:
virtual void NotifyRowTapped(int groupIndex, int inGroupIndex, Microsoft::Maui::Controls::Cell ^ cell, bool isContextMenuRequested);
public void NotifyRowTapped (int groupIndex, int inGroupIndex, Microsoft.Maui.Controls.Cell cell, bool isContextMenuRequested);
abstract member NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell * bool -> unit
override this.NotifyRowTapped : int * int * Microsoft.Maui.Controls.Cell * bool -> unit
Public Sub NotifyRowTapped (groupIndex As Integer, inGroupIndex As Integer, cell As Cell, isContextMenuRequested As Boolean)
Parameters
- groupIndex
- Int32
- inGroupIndex
- Int32
- cell
- Cell
- isContextMenuRequested
- Boolean