Edit

Share via


NSFileCoordinator.WillMove(NSUrl, NSUrl) Method

Definition

[Foundation.Export("itemAtURL:willMoveToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillMove (Foundation.NSUrl oldUrl, Foundation.NSUrl newUrl);
[Foundation.Export("itemAtURL:willMoveToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillMove (Foundation.NSUrl oldUrl, Foundation.NSUrl newUrl);
abstract member WillMove : Foundation.NSUrl * Foundation.NSUrl -> unit
override this.WillMove : Foundation.NSUrl * Foundation.NSUrl -> unit

Parameters

oldUrl
NSUrl
newUrl
NSUrl
Attributes

Applies to