The events serve the same purpose and have the same event object structure, they are just raised in different spots due to the way that the change is detected (i.e. call to Property$setValue vs. change to observable collection detected). In practice it is very likely that code using the events is registering for both events with the same handler. Can they be combined?
The events serve the same purpose and have the same event object structure, they are just raised in different spots due to the way that the change is detected (i.e. call to
Property$setValuevs. change to observable collection detected). In practice it is very likely that code using the events is registering for both events with the same handler. Can they be combined?