Invoked to inform the receiver that editor
has committed or discarded its changes.
SDK
- macOS 10.3+
Framework
- App
Kit
Declaration
- (void)objectDidEndEditing:(id<NSEditor>)editor;
Invoked to inform the receiver that editor
has committed or discarded its changes.
SDK
Framework
- (void)objectDidEndEditing:(id<NSEditor>)editor;
- object Did Begin Editing:
Invoked to inform the receiver that editor
has uncommitted changes that can affect the receiver.
- commit Editing
Causes the receiver to attempt to commit any pending edits, returning YES
if successful or no edits were pending.
- commit Editing With Delegate: did Commit Selector: context Info:
Attempts to commit any pending changes in known editors of the receiver.
- discard Editing
Discards any pending changes by registered editors.
editing
A Boolean value indicating if any editors are registered with the controller.