You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: