UICollectionViewDragDelegate.DragSessionWillBegin 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 just before a drag session begins.
[Foundation.Export("collectionView:dragSessionWillBegin:")]
public virtual void DragSessionWillBegin (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session);
abstract member DragSessionWillBegin : UIKit.UICollectionView * UIKit.IUIDragSession -> unit
override this.DragSessionWillBegin : UIKit.UICollectionView * UIKit.IUIDragSession -> unit
Parameters
- collectionView
- UICollectionView
The originating collection view.
- session
- IUIDragSession
The session that is about to begin.
- Attributes