UIDocument.PresentedSubitemChanged(NSUrl) Method

Definition

Changed NSFileVersion of subitem.

[Foundation.Export("presentedSubitemDidChangeAtURL:")]
public virtual void PresentedSubitemChanged (Foundation.NSUrl url);
abstract member PresentedSubitemChanged : Foundation.NSUrl -> unit
override this.PresentedSubitemChanged : Foundation.NSUrl -> unit

Parameters

url
NSUrl

URL that indicates the location of a document file.

Attributes

Remarks

This can be used from a background thread.

Applies to