Template_Wpf ( WPF )

Objectives:
  • Binding Mode Enumeration
  • UpdateSourceTrigger
  • TwoWay Binding: change in either of the elements will be synchronized with a trigger that im,pements TwoWay Mode
  • Code : MainWindow.xaml.txt
Step:1 Create a New project Wpf

 

Step:2 XAML Code

Step:3 Run time view

a) Testing Changes in Top text box

b) Testing Bottom text box