Share via


UICollectionViewDropDelegate_Extensions.DropSessionDidEnd Method

Definition

Method that is called when the drop session ends.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DropSessionDidEnd(this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DropSessionDidEnd : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * UIKit.IUIDropSession -> unit

Parameters

collectionView
UICollectionView

The originating collection view.

session
IUIDropSession

The drop session.

Attributes

Applies to