Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Created July 27, 2018 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannagel/14694a84b00990c6600e9faad6dcf360 to your computer and use it in GitHub Desktop.
Save christiannagel/14694a84b00990c6600e9faad6dcf360 to your computer and use it in GitHub Desktop.
Compiled binding used to bind to the propererties One, Two, and Three
<TextBox Header="One" Text="{x:Bind One, Mode=TwoWay}" />
<TextBox Header="Two" Text="{x:Bind Two, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
<TextBox Header="Three" Text="{x:Bind Three, Mode=TwoWay}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment