Last Updated:
10 Nov 2023 14:15
by Martin Ivanov
PropertyGrid: Add a property changing event that is invoked before the editor's value updates the associated data items when PropertySetMode is Union or Intersection
Add an event that is raised when the editor's value gets updated and just before the value is updated back to the associated data item when PropertySetMode is Union or Intersection.
Currently, you can use the PropertySetsValidationFunction to intercept this moment, but the function is not invoked only for the currently edited property, but for all other properties in the PropertyGrid and you cannot indicate which one triggered the change.