UIDocument.AutoSave(UIOperationHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the system immediately prior to automatic saving of UIDocuments with unsaved changes.
[Foundation.Export("autosaveWithCompletionHandler:")]
public virtual void AutoSave (UIKit.UIOperationHandler completionHandler);
abstract member AutoSave : UIKit.UIOperationHandler -> unit
override this.AutoSave : UIKit.UIOperationHandler -> unit
Parameters
- completionHandler
- UIOperationHandler
A code action that is executed when a save operation comes to a conclusion.
This parameter can be null
.
- Attributes
Remarks
This can be used from a background thread.