Priority Binding


/ Published in: XML
Save to your folder(s)

WPF unleashed pg 303


Copy this code and paste it in your HTML
  1. <PriorityBinding>
  2. <Binding Source="HighPri" Path="SlowSpeed" IsAsync="True"/>
  3. <Binding Source="MediumPri" Path="MediumSpeed" IsAsync="True"/>
  4. <Binding Source="LowPri" Path="FastSpeed"/>
  5. </PriorityBinding>

Report this snippet


Comments


You need to login to view comments.