.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Table Cell events for AutoCAD 2011
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I am trying to find out which Cell in a table is being / has been modified, in AutoCAD 2011 with C#.
I have subscribed to the Table's .Modified event, but when this is triggered by modifying some MText in a Cell, the Table's .HasSubSelection property is false and its .SubSelection property throws an exception. Conversely, modifying the MText in a Cell does not trigger the Table's .SubObjectModified event.
I noticed a class called Autodesk.AutoCAD.Internal.Reactors.TableSubSelectF
Does anyone know how Autodesk intends you to determine which Cell of a Table has been modified?
Re: Table Cell events for AutoCAD 2011
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have the same problem. Did you solve it?
