Skip to content

Event when one or multiple cells are selected #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hans-1 opened this issue May 15, 2025 · 1 comment
Open

Event when one or multiple cells are selected #143

hans-1 opened this issue May 15, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@hans-1
Copy link

hans-1 commented May 15, 2025

When I select a row I can receive an event via SelectionChanged. Unfortunately this event is not triggered if a cell (or multiples) are selected. Is this by design? If so, I would suggest to add an CellSelectionChanged event.

@hans-1 hans-1 added the enhancement New feature or request label May 15, 2025
@w-ahmad
Copy link
Owner

w-ahmad commented May 17, 2025

Thanks for the suggestion! The cell selection change event exists but is currently marked as internal (not sure why I did that😉). I'll expose it in the next release.

internal event EventHandler<TableViewCellSelectionChangedEvenArgs>? SelectedCellsChanged;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants