UICollectionViewDropDelegate.DropSessionDidExit 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
卸載點離開集合檢視時呼叫的方法。
[Foundation.Export("collectionView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
abstract member DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
參數
- collectionView
- UICollectionView
原創組合檢視。
- session
- IUIDropSession
卸載會話。
- 屬性