Share via


MKMapViewAccessoryTappedEventArgs(MKAnnotationView, UIControl) Constructor

Definition

Create a new instance of the MKMapViewAccessoryTappedEventArgs with the specified event data.

public MKMapViewAccessoryTappedEventArgs(MapKit.MKAnnotationView view, UIKit.UIControl control);
new MapKit.MKMapViewAccessoryTappedEventArgs : MapKit.MKAnnotationView * UIKit.UIControl -> MapKit.MKMapViewAccessoryTappedEventArgs

Parameters

view
MKAnnotationView

The value for the View property.

control
UIControl

The value for the Control property.

Applies to