mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fixed typo changing EventHandler to Action in UICatalog
This commit is contained in:
@@ -72,7 +72,7 @@ namespace UICatalog.Scenarios {
|
||||
|
||||
Win.Add(selectedCellLabel);
|
||||
|
||||
tableView.SelectedCellChanged += (s,e)=>{selectedCellLabel.Text = $"{tableView.SelectedRow},{tableView.SelectedColumn}";};
|
||||
tableView.SelectedCellChanged += (e)=>{selectedCellLabel.Text = $"{tableView.SelectedRow},{tableView.SelectedColumn}";};
|
||||
}
|
||||
|
||||
private void ClearColumnStyles ()
|
||||
|
||||
Reference in New Issue
Block a user