NSOpenSavePanelDelegate.DirectoryDidChange(NSSavePanel, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("panel:directoryDidChange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 6, ObjCRuntime.PlatformArchitecture.All, "Use DidChangeToDirectory instead.")]
public virtual void DirectoryDidChange (AppKit.NSSavePanel panel, string path);
abstract member DirectoryDidChange : AppKit.NSSavePanel * string -> unit
override this.DirectoryDidChange : AppKit.NSSavePanel * string -> unit
Parameters
- panel
- NSSavePanel
- path
- String
- Attributes