Share via


NSOpenSaveExpandingEventArgs(Boolean) Constructor

Definition

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

public NSOpenSaveExpandingEventArgs(bool expanding);
new AppKit.NSOpenSaveExpandingEventArgs : bool -> AppKit.NSOpenSaveExpandingEventArgs

Parameters

expanding
Boolean

The value for the Expanding property.

Applies to