New WinoListView implementation with multiple selections.

This commit is contained in:
Burak Kaan Köse
2025-10-26 14:53:22 +01:00
parent d4c8ae6cb7
commit 79d5b6ed40
22 changed files with 748 additions and 480 deletions
@@ -0,0 +1,7 @@
namespace Wino.Messaging.Client.Mails;
/// <summary>
/// Selection of items are handled in the view model collection.
/// This message notifies interested parties that the selection has changed.
/// </summary>
public record SelectedItemsChangedMessage;