共用方式為


MKMapViewDragStateEventArgs 類別

定義

提供 ChangedDragState 事件的資料。

public class MKMapViewDragStateEventArgs : EventArgs
type MKMapViewDragStateEventArgs = class
    inherit EventArgs
繼承
MKMapViewDragStateEventArgs

建構函式

MKMapViewDragStateEventArgs(MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState)

初始化 MKMapViewDragStateEventArgs 類別的新實例。

屬性

AnnotationView

提供 ChangedDragState 事件的資料。

NewState

提供 ChangedDragState 事件的資料。

OldState

提供 ChangedDragState 事件的資料。

適用於