---
title: "objectDidBeginEditing:"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/objectdidbeginediting:"
---

# objectDidBeginEditing:

This message should be sent to the receiver when editor has uncommitted changes that can affect the receiver.

## Declaration

```occ
- (void) objectDidBeginEditing:(id<NSEditor>) editor;
```

## See Also

### Related Documentation

- [Cocoa Bindings Programming Topics](apple-archive/documentation/Cocoa/Conceptual/CocoaBindings.md)
- [objectDidEndEditing:](objectivec/nsobject-swift.class/objectdidendediting:.md)
