Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <TextBox Grid.ColumnSpan="2" Grid.Row="1" x:Name="textBoxFolder" Margin="2,4">
  2. <TextBox.Text>
  3. <Binding Path="this.MovieFolder" UpdateSourceTrigger="PropertyChanged">
  4. <Binding.ValidationRules>
  5. <!-- Validation rule set to run when binding target is updated. -->
  6. <Rules:MandatoryInputRule ValidatesOnTargetUpdated="True" />
  7. </Binding.ValidationRules>
  8. </Binding>
  9. </TextBox.Text>
  10. </TextBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement