Share via


NSOpenSaveFilenameEventArgs(String) Constructor

Definition

Create a new instance of the NSOpenSaveFilenameEventArgs with the specified event data.

public NSOpenSaveFilenameEventArgs(string path);
new AppKit.NSOpenSaveFilenameEventArgs : string -> AppKit.NSOpenSaveFilenameEventArgs

Parameters

path
String

The value for the Path property.

Applies to