TableModel.RowLongPressed 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
| Name | Description |
|---|---|
| RowLongPressed(Object) |
Invokes the long-press event for the specified item. |
| RowLongPressed(Int32, Int32) |
Invokes the long-press event for the item at the specified section and row. |
RowLongPressed(Object)
- Source:
- TableModel.cs
- Source:
- TableModel.cs
- Source:
- TableModel.cs
- Source:
- TableModel.cs
Invokes the long-press event for the specified item.
public:
void RowLongPressed(System::Object ^ item);
public void RowLongPressed(object item);
member this.RowLongPressed : obj -> unit
Public Sub RowLongPressed (item As Object)
Parameters
- item
- Object
For internal use by the Microsoft.Maui.Controls platform.
Applies to
RowLongPressed(Int32, Int32)
- Source:
- TableModel.cs
- Source:
- TableModel.cs
- Source:
- TableModel.cs
- Source:
- TableModel.cs
Invokes the long-press event for the item at the specified section and row.
public:
virtual void RowLongPressed(int section, int row);
public void RowLongPressed(int section, int row);
abstract member RowLongPressed : int * int -> unit
override this.RowLongPressed : int * int -> unit
Public Sub RowLongPressed (section As Integer, row As Integer)
Parameters
- section
- Int32
For internal use by the Microsoft.Maui.Controls platform.
- row
- Int32
For internal use by the Microsoft.Maui.Controls platform.