.NET Framework Class Library

CustomScrollView.SingleTap Event

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

CustomScrollView.SingleTap Event

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Event SingleTap As EventHandler(Of SingleTapEventArgs)

C#

public event EventHandler<SingleTapEventArgsSingleTap

Visual C++

public:
 event EventHandler<SingleTapEventArgs^>^ SingleTap {
 void add (EventHandler<SingleTapEventArgs^>^ value);
 void remove (EventHandler<SingleTapEventArgs^>^ value);
}

See Also

CustomScrollView Class

CustomScrollView Members

Gnostice.Controls.Xamarin Namespace