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

# objectDidEndEditing:

This message should be sent to the receiver when editor has finished editing a property belonging to the receiver.

## Declaration

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

## See Also

### Related Documentation

- [objectDidBeginEditing:](objectivec/nsobject-swift.class/objectdidbeginediting:.md)
