Share via


NSApplicationFilesEventArgs(String[]) Constructor

Definition

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

public NSApplicationFilesEventArgs(string[] filenames);
new AppKit.NSApplicationFilesEventArgs : string[] -> AppKit.NSApplicationFilesEventArgs

Parameters

filenames
String[]

The value for the Filenames property.

Applies to