NSOutlineViewDataSource.DraggingSessionWillBegin Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[Foundation.Export("outlineView:draggingSession:willBeginAtPoint:forItems:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DraggingSessionWillBegin (AppKit.NSOutlineView outlineView, AppKit.NSDraggingSession session, CoreGraphics.CGPoint screenPoint, Foundation.NSArray draggedItems);
abstract member DraggingSessionWillBegin : AppKit.NSOutlineView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSArray -> unit
override this.DraggingSessionWillBegin : AppKit.NSOutlineView * AppKit.NSDraggingSession * CoreGraphics.CGPoint * Foundation.NSArray -> unit
Parameter
- outlineView
- NSOutlineView
- session
- NSDraggingSession
- screenPoint
- CGPoint
- draggedItems
- NSArray
- Attribute