Jump to: navigation, search

Changes


XAML Basics

8 bytes added, 09:28, 28 April 2020
/* Modes */
<div> [[File:bindings.png|thumb|Binding modes]] </div> <br>
==== Modes ====
* '''''OneWay''''' — values are transferred from the source to the target * '''''OneWayToSource''''' — values are transferred from the target to the source * '''''TwoWay''''' — values are transferred both ways between source and target * '''''OneTime''''' — data goes from source to target, but only when the BindingContext changes