MKMapViewDelegate_Extensions.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.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CalloutAccessoryControlTapped (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKAnnotationView view, UIKit.UIControl control);
static member CalloutAccessoryControlTapped : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKAnnotationView * UIKit.UIControl -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- view
- MKAnnotationView
- control
- UIControl
- Attributes