Share via


UICollectionViewDropDelegate_Extensions.DropSessionDidExit Method

Definition

Method that is called when the drop point leaves the collection view.

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

Parameters

collectionView
UICollectionView

The originating collection view.

session
IUIDropSession

The drop session.

Attributes

Applies to