Refactor quick action output handling and extend case note support
This commit is contained in:
@@ -238,5 +238,12 @@ namespace FasdDesktopUi.Basics.UserControls
|
||||
|
||||
private void SearchBar_SearchValueChanged(object sender, string e)
|
||||
=> SearchValueChanged?.Invoke(this, e);
|
||||
|
||||
#region ClearSearch
|
||||
private void Search_CancelledSearch(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Search.Clear();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user