using Wino.Mail.ViewModels.Data;
namespace Wino.Mail.ViewModels.Messages;
///
/// Requests refreshing the currently active reader page (mail rendering or compose)
/// with a different selected mail item without re-navigation.
///
/// The selected mail item to refresh with.
public record ReaderItemRefreshRequestedEvent(MailItemViewModel MailItemViewModel);