C# Class ClanceysLib.TapableView

Inheritance: UIView
Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
DoubleTapped ViewTap
Tapped ViewTap

Public Methods

Method Description
TapableView ( ) : System
TapableView ( RectangleF rect ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void

Method Details

TapableView() public method

public TapableView ( ) : System
return System

TapableView() public method

public TapableView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

Property Details

DoubleTapped public property

public ViewTap DoubleTapped
return ViewTap

Tapped public property

public ViewTap Tapped
return ViewTap