MKMapViewDelegate.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
.
[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
- newState
- MKAnnotationViewDragState
- oldState
- MKAnnotationViewDragState
- Attributes