Class WidgetTouchedEventArgs
  
  
  
    Inheritance
    
    
    WidgetTouchedEventArgs
   
  
  
  Assembly: Mapsui.dll
  
  
    public class WidgetTouchedEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public WidgetTouchedEventArgs(MPoint position)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | MPoint | position |  | 
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  
  True, if this Widget had handled this event
Declaration
  
    public bool Handled { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MPoint Position { get; }
   
  Property Value