共用方式為


UIDragInteractionDelegate_Extensions.WillAnimateCancel 方法

定義

在取消中每個專案的動畫開始之前呼叫的方法。

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

參數

This
IUIDragInteractionDelegate

這個擴充方法運作所在的實例。

interaction
UIDragInteraction

發出要求的互動。

item
UIDragItem

取消將會以動畫顯示的專案。

animator
IUIDragAnimating

要執行自訂平行動畫的動畫,以及開發人員可以選擇性地新增完成處理常式。

適用於