Constants returned from awakeFromSnapshotEvents: to denote the reason why a managed object may need to reinitialize values.
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public enum NSSnapshotEventType
Public Enumeration NSSnapshotEventType
public enum class NSSnapshotEventType
| Member | Description |
|---|---|
| NSSnapshotEventUndoInsertion | Specifies a change due to undo from insertion. Available in Mac OS X v10.6 and later. |
| NSSnapshotEventUndoDeletion | Specifies a change due to undo from deletion. Available in Mac OS X v10.6 and later. |
| NSSnapshotEventUndoUpdate | Specifies a change due to a property-level undo. Available in Mac OS X v10.6 and later. |
| NSSnapshotEventRollback | Specifies a change due to the managed object context being rolled back. Available in Mac OS X v10.6 and later. |
| NSSnapshotEventRefresh | Specifies a change due to the managed object being refreshed. Available in Mac OS X v10.6 and later. |
| NSSnapshotEventMergePolicy | Specifies a change due to conflict resolution during a save operation. Available in Mac OS X v10.6 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)