다음을 통해 공유


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
특성

적용 대상