Share via


UIDocumentChangeKind Enum

Definition

An enumeration indicating what kind of change has occurred to a UIDocument.

[ObjCRuntime.Native]
public enum UIDocumentChangeKind
[<ObjCRuntime.Native>]
type UIDocumentChangeKind = 
Inheritance
UIDocumentChangeKind
Attributes

Fields

Name Value Description
Done 0

A change has been made.

Undone 1

A change has been undone.

Redone 2

An undone change has been re-applied.

Cleared 3

The document has been cleared of outstanding changes.

Applies to