Hi,
i have created a sim SfCalendar on UWP app, but InlineToggled event is not launched.
My code is this
<xForms:SfCalendar InlineToggled="Calendar_OnInlineToggled" x:Name="calendar" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" ShowInlineEvents="true"/>
but if i click on a day and inline event is showed the event is not launched
thanks in advance!
Alex