After some fiddling I think I'm halfway there now - but I still have the problem that the PropertyChanged() method on my IEditorComponent gets the name of the property that got changed (and its old value), but I can't seem to see a way to determine which ContentDocument tab the property change was for.
Edit: Another question
- I can successfully add a tab-specific menu or toolbar by assigning to the MainMenu and ToolbarCommands fields in the ContentDocument, but my IEditorComponent does not seem to receive the event when the items are actually selected. Is there a way to get them?
Edit: Another question
