Message 1 of 1
CustomTable editing event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm working on a tool that prints some tables to a drawing sheet.
After printing I want to put some kind of protection on the tables so that if someone tries to edit them they get a warning.
Is there any event that fires when starting to edit a CustomTable? In the commands I see "DrawingTableEditCtxCmd" but this is not fired on editing a custom table.
A workaround using MouseEvents and SelectEvents would be possible for when a user double clicks to edit the table. But then how to take the 'edit' button in the context menu into account?
Thanks in advance