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