Skip to content

API Reference

Wiesław Šoltés edited this page Apr 20, 2017 · 3 revisions

XAML Behaviors API Reference

For documentation on using the XAML Behaviors API namespaces please refer to the following MSDN links:

XAML Behaviors API Changes

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.