Share via


CalendarViewDayItemChangingEventArgs Class

Definition

Provides data for the CalendarViewDayItemChanging event.

public ref class CalendarViewDayItemChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CalendarViewDayItemChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CalendarViewDayItemChangingEventArgs
Public NotInheritable Class CalendarViewDayItemChangingEventArgs
Inheritance
Object Platform::Object IInspectable CalendarViewDayItemChangingEventArgs
Attributes

Properties

Name Description
InRecycleQueue

Gets a value that indicates whether this container is in the recycle queue of the CalendarView and is not being used to visualize a calendar item.

Item

Gets the calendar day item associated with this container.

Phase

Gets the number of times this container and day item pair has been called.

Methods

Name Description
RegisterUpdateCallback(TypedEventHandler<CalendarView,CalendarViewDayItemChangingEventArgs>)

Registers the event handler to be called again during the next phase.

RegisterUpdateCallback(UInt32, TypedEventHandler<CalendarView,CalendarViewDayItemChangingEventArgs>)

Registers the event handler to be called again during the specified phase.

Applies to