Share via


NSPathControlDelegate.ShouldDragItem Method

Definition

[Foundation.Export("pathControl:shouldDragItem:withPasteboard:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDragItem(AppKit.NSPathControl pathControl, AppKit.NSPathControlItem pathItem, AppKit.NSPasteboard pasteboard);
[<Foundation.Export("pathControl:shouldDragItem:withPasteboard:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDragItem : AppKit.NSPathControl * AppKit.NSPathControlItem * AppKit.NSPasteboard -> bool
override this.ShouldDragItem : AppKit.NSPathControl * AppKit.NSPathControlItem * AppKit.NSPasteboard -> bool

Parameters

pathControl
NSPathControl
pasteboard
NSPasteboard

Returns

Implements

Attributes

Applies to