Class MapInfoEventArgs
  
  
  
    Inheritance
    
    
    MapInfoEventArgs
   
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public class MapInfoEventArgs : EventArgs
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Handled
  If the interaction was handled by the event subscriber
Declaration
  
    public bool Handled { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  MapInfo
  
  
  Declaration
  
    public MapInfo? MapInfo { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  NumTaps
  Number of times the user tapped the location
Declaration
  
    public int NumTaps { get; set; }
   
  Property Value