NSOutlineViewDelegate - 需要类似 didFinishEditing 的东西

发布于 2024-08-29 17:40:02 字数 154 浏览 8 评论 0原文

NSOutlineViewDelegateoutlineView:shouldEditTableColumn:item: 在编辑单元格之前被调用。我需要在用户完成编辑单元格后调用类似的方法(以便触发一些计算)。我应该去哪里寻找这个活动?

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 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不知在何时 2024-09-05 17:40:02

只需实现 -outlineView:setObjectValue:forTableColumn:byItem: 数据源方法,即可修改传入的对象。

Just implement the -outlineView:setObjectValue:forTableColumn:byItem: datasource method and you can modify the object that is passed in.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文