Share via


INSPathCellDelegate.WillDisplayOpenPanel(NSPathCell, NSOpenPanel) Method

Definition

[Foundation.Export("pathCell:willDisplayOpenPanel:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayOpenPanel(AppKit.NSPathCell pathCell, AppKit.NSOpenPanel openPanel);
[<Foundation.Export("pathCell:willDisplayOpenPanel:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayOpenPanel : AppKit.NSPathCell * AppKit.NSOpenPanel -> unit
override this.WillDisplayOpenPanel : AppKit.NSPathCell * AppKit.NSOpenPanel -> unit

Parameters

pathCell
NSPathCell
openPanel
NSOpenPanel
Attributes

Applies to