Outlook calendar/event syncing basics without delta. Bunch of UI updates for the calendar view.
This commit is contained in:
10
Wino.Messages/Client/Calendar/ScrollToHourMessage.cs
Normal file
10
Wino.Messages/Client/Calendar/ScrollToHourMessage.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Wino.Messaging.Client.Calendar
|
||||
{
|
||||
/// <summary>
|
||||
/// Emitted when vertical scroll position is requested to be changed.
|
||||
/// </summary>
|
||||
/// <param name="TimeSpan">Hour to scroll vertically on flip view item.</param>
|
||||
public record ScrollToHourMessage(TimeSpan TimeSpan);
|
||||
}
|
||||
Reference in New Issue
Block a user