UIDocumentChangeKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |