UIDragInteractionDelegate.SessionWillBegin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when a session is about to begin.
[Foundation.Export("dragInteraction:sessionWillBegin:")]
public virtual void SessionWillBegin (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionWillBegin : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit
override this.SessionWillBegin : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit
Parameters
- interaction
- UIDragInteraction
The interaction that is making the request.
- session
- IUIDragSession
The session that will begin.
- Attributes