UIDocument.SavePresentedItemChanges(Action<NSError>) Method

Definition

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

Parameters

completionHandler
Action<NSError>

A code action that is executed when a save operation comes to a conclusion.

Attributes

Remarks

This can be used from a background thread.

Applies to