다음을 통해 공유


MKMapViewDragStateEventArgs 클래스

정의

ChangedDragState 이벤트에 대한 데이터를 제공합니다.

public class MKMapViewDragStateEventArgs : EventArgs
type MKMapViewDragStateEventArgs = class
    inherit EventArgs
상속
MKMapViewDragStateEventArgs

생성자

MKMapViewDragStateEventArgs(MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState)

MKMapViewDragStateEventArgs 클래스의 새 instance 초기화합니다.

속성

AnnotationView

ChangedDragState 이벤트에 대한 데이터를 제공합니다.

NewState

ChangedDragState 이벤트에 대한 데이터를 제공합니다.

OldState

ChangedDragState 이벤트에 대한 데이터를 제공합니다.

적용 대상