INSPathControlDelegate Interface

Definition

[Foundation.Protocol(Name="NSPathControlDelegate", WrapperType=typeof(AppKit.NSPathControlDelegateWrapper))]
public interface INSPathControlDelegate : IDisposable, ObjCRuntime.INativeObject
type INSPathControlDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

AcceptDrop(INSPathControlDelegate, NSPathControl, NSDraggingInfo)
ShouldDragItem(INSPathControlDelegate, NSPathControl, NSPathControlItem, NSPasteboard)
ShouldDragPathComponentCell(INSPathControlDelegate, NSPathControl, NSPathComponentCell, NSPasteboard)
ValidateDrop(INSPathControlDelegate, NSPathControl, NSDraggingInfo)
WillDisplayOpenPanel(INSPathControlDelegate, NSPathControl, NSOpenPanel)
WillPopUpMenu(INSPathControlDelegate, NSPathControl, NSMenu)

Applies to