Revert "Added TextChangedEventArgs"

This reverts commit fe2710ad2d.
This commit is contained in:
tznind
2023-03-12 09:24:18 +00:00
parent 7a52f45a10
commit 4b5fbfb89c
17 changed files with 36 additions and 76 deletions

View File

@@ -805,11 +805,8 @@ namespace Terminal.Gui {
searchset.Add (item);
}
}
private void Search_Changed (ustring text)
{
Search_Changed (this, new TextChangedEventArgs (text, text));
}
private void Search_Changed (object sender, TextChangedEventArgs args)
{
if (source == null) { // Object initialization
return;