2 instantiations of PinClickedEventArgs
Microsoft.Maui.Controls.Maps (2)
Pin.cs (2)
152 var args = new PinClickedEventArgs(); 165 var args = new PinClickedEventArgs();
5 references to PinClickedEventArgs
Microsoft.Maui.Controls.Maps (5)
Pin.cs (4)
74 public event EventHandler<PinClickedEventArgs>? MarkerClicked; 79 public event EventHandler<PinClickedEventArgs>? InfoWindowClicked; 152 var args = new PinClickedEventArgs(); 165 var args = new PinClickedEventArgs();
PinClickedEventArgs.cs (1)
14 /// Initializes a new instance of the <see cref="PinClickedEventArgs"/> class.