다음을 통해 공유


TableModel.RowLongPressed 메서드

정의

오버로드

RowLongPressed(Object)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

RowLongPressed(Int32, Int32)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

RowLongPressed(Object)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public void RowLongPressed (object item);
member this.RowLongPressed : obj -> unit

매개 변수

item
System.Object

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

적용 대상

RowLongPressed(Int32, Int32)

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

public void RowLongPressed (int section, int row);
abstract member RowLongPressed : int * int -> unit
override this.RowLongPressed : int * int -> unit

매개 변수

section
System.Int32

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

row
System.Int32

Xamarin.Forms 플랫폼에서 내부용으로 사용합니다.

구현

적용 대상