MKMapViewDelegate.ChangedDragState 方法

定义

当拖动状态已从 oldStatenewState更改为 时调用。

[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

参数

mapView
MKMapView
annotationView
MKAnnotationView
属性

适用于