MKMapViewDelegate_Extensions.ChangedDragState 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 drag state has changed from oldState
to newState
.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ChangedDragState (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKAnnotationView annotationView, MapKit.MKAnnotationViewDragState newState, MapKit.MKAnnotationViewDragState oldState);
static member ChangedDragState : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKAnnotationView * MapKit.MKAnnotationViewDragState * MapKit.MKAnnotationViewDragState -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- annotationView
- MKAnnotationView
- newState
- MKAnnotationViewDragState
- oldState
- MKAnnotationViewDragState
- Attributes