UIDocument.SavePresentedItemChanges(Action<NSError>) Method

Definition

Saves changes to the presented item.

[Foundation.Export("savePresentedItemChangesWithCompletionHandler:")]
public virtual void SavePresentedItemChanges(Action<Foundation.NSError> completionHandler);

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