Share via


INSTableViewDataSource.DraggingSessionWillBegin Method

Definition

[Foundation.Export("tableView:draggingSession:willBeginAtPoint:forRowIndexes:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to