UICollectionViewDropDelegate_Extensions.CanHandleDropSession Method

Definition

Returns a Boolean value that tells whether the collection view can handle drops from the data in the session.

public static bool CanHandleDropSession (this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
static member CanHandleDropSession : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * UIKit.IUIDropSession -> bool

Parameters

This
IUICollectionViewDropDelegate

The instance on which this extension method operates.

collectionView
UICollectionView

The collection view to query.

session
IUIDropSession

The drop session with the drag type data.

Returns

Applies to