Message 1 of 3
Property change event?

Not applicable
03-25-2010
05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there an event notification when an iProperty changes? I'm looking for something like ModelingEvents.OnParameterChange for properties.
The closest I have come is to catch OnDocumentChange and then check if ReasonsForChange = kFilePropertyEditCmdType. This is close, but it doesn't tell me which property was changed.
Is there any other way?
Thanks
The closest I have come is to catch OnDocumentChange and then check if ReasonsForChange = kFilePropertyEditCmdType. This is close, but it doesn't tell me which property was changed.
Is there any other way?
Thanks