Editor binding
<TextBox Text="{Binding Path=MyText,
UpdateSourceTrigger=PropertyChanged,
NotifyOnValidationError=True,
ValidatesOnDataErrors=True,
ValidatesOnExceptions=True}" /><TextBox Text="{markup:EditorBinding Path=MyText}" />Last updated