UIDropInteractionDelegate_Extensions.SessionDidEnter 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 the user drags the drop session into the view for the drop interaction.
public static void SessionDidEnter (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member SessionDidEnter : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
Parameters
The instance on which this extension method operates.
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that entered the view for the interaction.