Share via


UIDocumentPickedAtUrlsEventArgs(NSUrl[]) Constructor

Definition

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

public UIDocumentPickedAtUrlsEventArgs(Foundation.NSUrl[] urls);
new UIKit.UIDocumentPickedAtUrlsEventArgs : Foundation.NSUrl[] -> UIKit.UIDocumentPickedAtUrlsEventArgs

Parameters

urls
NSUrl[]

The value for the Urls property.

Applies to