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
RowLongPressed(Object) |
For internal use by the Microsoft.Maui.Controls platform. |
RowLongPressed(Int32, Int32) |
For internal use by the Microsoft.Maui.Controls platform. |
RowLongPressed(Object)
- Source:
- TableModel.cs
- Source:
- TableModel.cs
For internal use by the Microsoft.Maui.Controls platform.
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
For internal use by the Microsoft.Maui.Controls platform.
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.