Class TappedEventArgs
Inheritance
TappedEventArgs
Assembly: Mapsui.UI.Android.dll
Syntax
public class TappedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
TappedEventArgs(MPoint, int)
Declaration
public TappedEventArgs(MPoint screenPosition, int numOfTaps)
Parameters
Type |
Name |
Description |
MPoint |
screenPosition |
|
int |
numOfTaps |
|
Properties
|
Edit this page
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
Edit this page
View Source
NumOfTaps
Declaration
public int NumOfTaps { get; }
Property Value
|
Edit this page
View Source
ScreenPosition
Declaration
public MPoint ScreenPosition { get; }
Property Value