.NET Framework Class Library

CustomScrollView.LongPressStarted Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > CustomScrollView Class > CustomScrollView Methods >

.NET Framework Class Library

CustomScrollView.LongPressStarted Method

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.dll)

Syntax

Visual Basic

Public Sub LongPressStarted ( _
 touchX As Double, _
 touchY As Double _
)

C#

public void LongPressStarted(
 double touchX,
 double touchY
)

Visual C++

public:
void LongPressStarted(
 double touchX,
 double touchY
)

Parameters

touchX

Type: System.Double

touchY

Type: System.Double

See Also

CustomScrollView Class

CustomScrollView Members

Gnostice.Controls.Xamarin Namespace