I have a property inspector, and am looking at a collection property.
When I change the 'Name' property of a collectionitem object, the collection editor dialog doesn't update to show the new name until it's closed and reopened. i'm overriding GetDisplayName, and calling Changed(false) when the objects name is changed.
Comments