共用方式為


UIDragInteraction.DidMoveToView(UIView) 方法

定義

拖曳點進入檢視時所呼叫的方法。

[Foundation.Export("didMoveToView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidMoveToView (UIKit.UIView view);
abstract member DidMoveToView : UIKit.UIView -> unit
override this.DidMoveToView : UIKit.UIView -> unit

參數

view
UIView

新包含互動的檢視。

實作

屬性

適用於