private void OnValueUpdating <T>(MoleculeBuilderDTO moleculeBuilder, PropertyValueSetEventArgs <T> value)
 {
     _screenBinder.Validate();
     this.DoWithinExceptionHandler(() => _presenter.SetPropertyValueFromView(value.PropertyName, value.NewValue, value.OldValue));
 }
Ejemplo n.º 2
0
 public void ValidateControl()
 {
     _screenBinder.Validate();
 }