Share via


INSPathControlDelegate.ShouldDragItem Method

Definition

[Foundation.Export("pathControl:shouldDragItem:withPasteboard:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to