MKMapViewDelegate.ChangedDragState Method

Definition

Called when the drag state has changed from oldState to newState.

[Foundation.Export("mapView:annotationView:didChangeDragState:fromOldState:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChangedDragState (MapKit.MKMapView mapView, MapKit.MKAnnotationView annotationView, MapKit.MKAnnotationViewDragState newState, MapKit.MKAnnotationViewDragState oldState);
abstract member ChangedDragState : MapKit.MKMapView * MapKit.MKAnnotationView * MapKit.MKAnnotationViewDragState * MapKit.MKAnnotationViewDragState -> unit
override this.ChangedDragState : MapKit.MKMapView * MapKit.MKAnnotationView * MapKit.MKAnnotationViewDragState * MapKit.MKAnnotationViewDragState -> unit

Parameters

mapView
MKMapView
annotationView
MKAnnotationView
Attributes

Applies to