CalendarViewDayItemChangingEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that will handle the CalendarViewDayItemChanging event.
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2877322749, 31307, 20558, 138, 99, 215, 243, 85, 112, 189, 134)]
public delegate void CalendarViewDayItemChangingEventHandler(CalendarView sender, CalendarViewDayItemChangingEventArgs e);
Public Delegate Sub CalendarViewDayItemChangingEventHandler(sender As CalendarView, e As CalendarViewDayItemChangingEventArgs)
Parameters
- sender
- CalendarView
The object where the event handler is attached.
The event data.
- Attributes