Share via


UIDocumentPickedEventArgs(NSUrl) Constructor

Definition

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

public UIDocumentPickedEventArgs(Foundation.NSUrl url);
new UIKit.UIDocumentPickedEventArgs : Foundation.NSUrl -> UIKit.UIDocumentPickedEventArgs

Parameters

url
NSUrl

The value for the Url property.

Applies to