MKMapViewDelegate.CalloutAccessoryControlTapped Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the callout accessory control
has been tapped.
[Foundation.Export("mapView:annotationView:calloutAccessoryControlTapped:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CalloutAccessoryControlTapped (MapKit.MKMapView mapView, MapKit.MKAnnotationView view, UIKit.UIControl control);
abstract member CalloutAccessoryControlTapped : MapKit.MKMapView * MapKit.MKAnnotationView * UIKit.UIControl -> unit
override this.CalloutAccessoryControlTapped : MapKit.MKMapView * MapKit.MKAnnotationView * UIKit.UIControl -> unit
Parameters
- mapView
- MKMapView
- view
- MKAnnotationView
- control
- UIControl
- Attributes