Example #1
0
 private void Name_BeforeChange(ObservableProperty <string> .PropertyChangingEventArgs args)
 {
     args.Canceled = true;
 }