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
There is no direct replacement for the `RaisePropertyChanged<T>(Expression, T, T, bool)` method.
245
248
246
-
It is recommended for improved performance that you replace this with the Toolkit's `RaisePropertyChanged<T>(string, T, T bool)` using the `nameof` keyword instead.
249
+
The simplest alternative is to call `OnPropertyChanged` and subsequently call `Broadcast` to achieve this functionality.
0 commit comments