Share via


UICollectionViewDropDelegate.DropSessionDidEnter Method

Definition

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

[Foundation.Export("collectionView:dropSessionDidEnter:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DropSessionDidEnter(UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
[<Foundation.Export("collectionView:dropSessionDidEnter:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropSessionDidEnter : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
override this.DropSessionDidEnter : UIKit.UICollectionView * UIKit.IUIDropSession -> unit

Parameters

collectionView
UICollectionView

The originating collection view.

session
IUIDropSession

The drop session.

Implements

Attributes

Applies to