Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.DraggingSessionWillBegin Method

Definition

[Foundation.Export("tableView:draggingSession:willBeginAtPoint:forRowIndexes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DraggingSessionWillBegin(AppKit.NSTableView tableView, AppKit.NSDraggingSession draggingSession, CoreGraphics.CGPoint willBeginAtScreenPoint, Foundation.NSIndexSet rowIndexes);
[<Foundation.Export("tableView:draggingSession:willBeginAtPoint:forRowIndexes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DraggingSessionWillBegin : AppKit.NSTableView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSIndexSet -> unit
override this.DraggingSessionWillBegin : AppKit.NSTableView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSIndexSet -> unit

Parameters

tableView
NSTableView
draggingSession
NSDraggingSession
willBeginAtScreenPoint
CGPoint
rowIndexes
NSIndexSet

Implements

Attributes

Applies to