- objectDidBeginEditing:
This message should be sent to the receiver when
editor
has uncommitted changes that can affect the receiver.editor
has finished editing a property belonging to the receiver.Availability
Technology
- (void)objectDidEndEditing:(id<NSEditor
>)editor;
- objectDidBeginEditing:
editor
has uncommitted changes that can affect the receiver.