Share via


INSPathCellDelegate Interface

Definition

This interface represents the Objective-C protocol NSPathCellDelegate.

[Foundation.Protocol(Name="NSPathCellDelegate", WrapperType=typeof(AppKit.NSPathCellDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplayOpenPanel", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSPathCell), typeof(AppKit.NSOpenPanel) }, Selector="pathCell:willDisplayOpenPanel:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPopupMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSPathCell), typeof(AppKit.NSMenu) }, Selector="pathCell:willPopUpMenu:")]
public interface INSPathCellDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSPathCellDelegate", WrapperType=typeof(AppKit.NSPathCellDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplayOpenPanel", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSPathCell), typeof(AppKit.NSOpenPanel) }, Selector="pathCell:willDisplayOpenPanel:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPopupMenu", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSPathCell), typeof(AppKit.NSMenu) }, Selector="pathCell:willPopUpMenu:")>]
type INSPathCellDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to