NSDocument.Autosave(Boolean, NSDocumentCompletionHandler) Method

Definition

[Foundation.Export("autosaveWithImplicitCancellability:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Autosave (bool autosavingIsImplicitlyCancellable, AppKit.NSDocumentCompletionHandler completionHandler);
abstract member Autosave : bool * AppKit.NSDocumentCompletionHandler -> unit
override this.Autosave : bool * AppKit.NSDocumentCompletionHandler -> unit

Parameters

autosavingIsImplicitlyCancellable
Boolean
completionHandler
NSDocumentCompletionHandler
Attributes

Applies to