Share via


INSPathControlDelegate.ShouldDragPathComponentCell Method

Definition

[Foundation.Export("pathControl:shouldDragPathComponentCell:withPasteboard:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDragPathComponentCell(AppKit.NSPathControl pathControl, AppKit.NSPathComponentCell pathComponentCell, AppKit.NSPasteboard pasteboard);
[<Foundation.Export("pathControl:shouldDragPathComponentCell:withPasteboard:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDragPathComponentCell : AppKit.NSPathControl * AppKit.NSPathComponentCell * AppKit.NSPasteboard -> bool
override this.ShouldDragPathComponentCell : AppKit.NSPathControl * AppKit.NSPathComponentCell * AppKit.NSPasteboard -> bool

Parameters

pathControl
NSPathControl
pathComponentCell
NSPathComponentCell
pasteboard
NSPasteboard

Returns

Attributes

Applies to