UIDocument.PresentedSubitemMoved(NSUrl, NSUrl) Method

Definition

Defines subitem move between URLs.

[Foundation.Export("presentedSubitemAtURL:didMoveToURL:")]
public virtual void PresentedSubitemMoved (Foundation.NSUrl oldURL, Foundation.NSUrl newURL);
abstract member PresentedSubitemMoved : Foundation.NSUrl * Foundation.NSUrl -> unit
override this.PresentedSubitemMoved : Foundation.NSUrl * Foundation.NSUrl -> unit

Parameters

oldURL
NSUrl

Prior URL address.

newURL
NSUrl

Subsequent URL address.

Attributes

Remarks

This can be used from a background thread.

Applies to