Share via


NSApplicationOpenUrlsEventArgs(NSUrl[]) Constructor

Definition

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

public NSApplicationOpenUrlsEventArgs(Foundation.NSUrl[] urls);
new AppKit.NSApplicationOpenUrlsEventArgs : Foundation.NSUrl[] -> AppKit.NSApplicationOpenUrlsEventArgs

Parameters

urls
NSUrl[]

The value for the Urls property.

Applies to