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
When Behaviors were moved to the NuGet Package, the following changes were made to the API surface:
To address a bug with ChangePropertyAction, the PropertyName property for ChangePropertyAction now takes the type PropertyPath instead of string. There is no noticeable difference when using the Behavior in XAML, only for code-behind.