Notify property changed in Smart Tag DesignerActionMethodItem
I am developing a smart tag for a control that holds a collection custom objects in Visual Studio 2005. I successfully created custom designer, which adds a DesignerActionMethodItem to the action list. This DesignerActionMethodItem calls EditNavigators method, that shows dialog window. In this dialog window a developer can edit the collection.
Everything works fine. When the dialog window is closed, the control contains edited collection. But Visual Studio is not notified, that a property was changed and so source code is not updated. So when I close and open form in Visual Studio, the changed collection is lost.
I would like to know, how can I notify Visual Studio, that the property has changed.
Thank you.

