UIDropInteractionDelegate.SessionDidEnter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者將置放會話拖曳到檢視中以進行卸載互動時所呼叫的方法。
[Foundation.Export("dropInteraction:sessionDidEnter:")]
public virtual void SessionDidEnter (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidEnter : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnter : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
參數
- interaction
- UIDropInteraction
發出要求的互動。
- session
- IUIDropSession
輸入互動檢視的會話。
- 屬性