UICollectionViewDropDelegate.DropSessionDidEnter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the drop point enters the collection view.
[Foundation.Export("collectionView:dropSessionDidEnter:")]
public virtual void DropSessionDidEnter (UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
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.
- Attributes