Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

Commented Feature: PropertyGrid Collection Editor not firing PropertyValueChanged event? [20977]

$
0
0
Based on discussion https://wpftoolkit.codeplex.com/discussions/544080.

Starting in v2.3, the PropertyGrid has an editor for Collections : CollectionEditor. This editor creates a CollectionControlButton, which creates a CollectionControlDialog, which uses a CollectionControl, which uses a PropertyGrid.

The PropertyGrid.PropertyValueChanged is not propagated through this chain of elements.

Starting at v2.4, the collectionControl has a new Property : PropertyGrid. It returns the PropertyGrid from the CollectionControl.
Starting at v2.4, the collectionControlDialog has a new Property : CollectionControl. It returns the CollectionControl from the CollectionControlDialog.

We need to evaluate how to raise an event, accessible to user, saying a PropertyItem of the PropertyGrid has been modified. CollectionControlDialog.CollectionControl.PropertyGrid.PropertyValueChanged could be used.
Comments: ** Comment from web user: BoucherS **

We also need to find a way to raised the CollectionControl.ItemAdded event from CollectionCollection that could be available to user.


Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>