PropertyGrid - PropertyValueChanged - Collection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rawCoder

    PropertyGrid - PropertyValueChanged - Collection

    Hi All,

    I have a class set as source object for a propertygrid.
    This class is being persisted in custom way in XML file.
    When the data changes, which i get to know form the PropertyValueCh anged
    event of the propertygrid, I update the underlying XML file.

    Recently I had to add a collection in the Class, All went fine after some
    hiccups until I noticed that the PropertyValueCh anged event doesnt get
    called when the Collection Editor is used to update the object.

    Now I desperately need that event as I need to update the XML.

    Can soemone help me out here ?
    At some post there was some clue to use ISite - which i was unable to. So
    assuming that i dont have a control, rather a class how cna i use this ISite
    in this respect.

    Thank You in Advance.
    rawCoder


Working...