NSOutlineViewDelegate - need something like didFinishEditing

Posted by matei on Stack Overflow See other posts from Stack Overflow or by matei
Published on 2010-04-24T07:29:08Z Indexed on 2010/04/24 7:33 UTC
Read the original article Hit count: 263

Filed under:
|
|

NSOutlineViewDelegate has outlineView:shouldEditTableColumn:item: which gets called before editing a cell. I need a similar method called after the user has finished editing a cell (in order to trigger some calculations). Where should I look for this event ?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa