Share via


CalendarViewDayItemChangingEventHandler Delegate

Definition

Represents the method that will handle the CalendarViewDayItemChanging event.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2373212305, 19939, 18891, 151, 75, 8, 56, 113, 163, 175, 230)]
class CalendarViewDayItemChangingEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2373212305, 19939, 18891, 151, 75, 8, 56, 113, 163, 175, 230)]
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.

Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to