UIDocumentPickedEventArgs Class

Definition

Provides data for the DidPickDocument event.

public class UIDocumentPickedEventArgs : EventArgs
type UIDocumentPickedEventArgs = class
    inherit EventArgs
Inheritance
UIDocumentPickedEventArgs

Constructors

UIDocumentPickedEventArgs(NSUrl)

Initializes a new instance of the UIDocumentPickedEventArgs class.

Properties

Url

Gets or sets the URL of the picked document.

Applies to