Example #1
0
 private void SetMinWidth(MinWidthEventArgs args)
 {
     MinWidth = args.MinWidth;
 }
Example #2
0
 private bool CanSetMinWidth(MinWidthEventArgs args)
 {
     return(args != null);
 }
Example #3
0
 private void OnEdvanceSearchWidthChanged(object sender, MinWidthEventArgs e)
 {
     Messenger?.Send(CommandName.SetMinWidth, e);
 }