Share via


NSPathCellDelegate.WillDisplayOpenPanel(NSPathCell, NSOpenPanel) Method

Definition

[Foundation.Export("pathCell:willDisplayOpenPanel:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayOpenPanel(AppKit.NSPathCell pathCell, AppKit.NSOpenPanel openPanel);
[<Foundation.Export("pathCell:willDisplayOpenPanel:")>]
[<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

Implements

Attributes

Applies to