UIDocumentChangeKind Enum

Definition

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

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDocumentChangeKind
type UIDocumentChangeKind = 
Inheritance
UIDocumentChangeKind
Attributes

Fields

Cleared 3

The document has been cleared of outstanding changes.

Done 0

A change has been made.

Redone 2

An undone change has been re-applied.

Undone 1

A change has been undone.

Applies to