UIDragInteractionDelegate_Extensions.WillAnimateCancel 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 before the animation of each item in a cancellation begins.
public static void WillAnimateCancel (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.UIDragItem item, UIKit.IUIDragAnimating animator);
static member WillAnimateCancel : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
Parameters
The instance on which this extension method operates.
- interaction
- UIDragInteraction
The interaction that is making the request.
- item
- UIDragItem
The item whose cancellation will be animated.
- animator
- IUIDragAnimating
An animator to run custom parallel animations and in which the developer may optionally add a completion handler.