NSCollectionViewDelegate_Extensions.DraggingSessionWillBegin 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.
Overloads
DraggingSessionWillBegin(INSCollectionViewDelegate, NSCollectionView, NSDraggingSession, CGPoint, NSIndexSet)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DraggingSessionWillBegin (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, AppKit.NSDraggingSession draggingSession, CoreGraphics.CGPoint screenPoint, Foundation.NSIndexSet indexes);
static member DraggingSessionWillBegin : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSIndexSet -> unit
Parameters
- collectionView
- NSCollectionView
- draggingSession
- NSDraggingSession
- screenPoint
- CGPoint
- indexes
- NSIndexSet
- Attributes
Applies to
DraggingSessionWillBegin(INSCollectionViewDelegate, NSCollectionView, NSDraggingSession, CGPoint, NSSet)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DraggingSessionWillBegin (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, AppKit.NSDraggingSession session, CoreGraphics.CGPoint screenPoint, Foundation.NSSet indexPaths);
static member DraggingSessionWillBegin : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSSet -> unit
Parameters
- collectionView
- NSCollectionView
- session
- NSDraggingSession
- screenPoint
- CGPoint
- indexPaths
- NSSet
- Attributes