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
进入交互视图的会话。
- 属性