UIDragInteractionDelegate.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.
[Foundation.Export("dragInteraction:item:willAnimateCancelWithAnimator:")]
public virtual void WillAnimateCancel (UIKit.UIDragInteraction interaction, UIKit.UIDragItem item, UIKit.IUIDragAnimating animator);
abstract member WillAnimateCancel : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
override this.WillAnimateCancel : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragAnimating -> unit
Parameters
- 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.
- Attributes