UIDocument.EnableEditing Method

Definition

When overridden, allows app developers to re-enable editing when it is safe to make changes to this UIDocument.

[Foundation.Export("enableEditing")]
public virtual void EnableEditing ();
abstract member EnableEditing : unit -> unit
override this.EnableEditing : unit -> unit
Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to