UIDocument.SavePresentedItemChanges(Action<NSError>) Method
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.
Saves changes to the presented item.
[Foundation.Export("savePresentedItemChangesWithCompletionHandler:")]
public virtual void SavePresentedItemChanges(Action<Foundation.NSError> completionHandler);
abstract member SavePresentedItemChanges : Action<Foundation.NSError> -> unit
override this.SavePresentedItemChanges : Action<Foundation.NSError> -> unit
A code action that is executed when a save operation comes to a conclusion.
- Attributes
This can be used from a background thread.