Class TappedEventArgs
  
  
  
    Inheritance
    
    
    TappedEventArgs
   
  
  
  Assembly: Mapsui.UI.Maui.dll
  Syntax
  
    public class TappedEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  TappedEventArgs(ScreenPosition, GestureType)
  
  
  Declaration
  
    public TappedEventArgs(ScreenPosition screenPosition, GestureType gestureType)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  GestureType
  
  
  Declaration
  
    public GestureType GestureType { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Handled
  
  
  Declaration
  
    public bool Handled { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ScreenPosition
  
  
  Declaration
  
    public ScreenPosition ScreenPosition { get; }
   
  Property Value
  
  Extension Methods