Share via


CalendarViewDayItemChangingEventArgs Class

Definition

Provides data for the CalendarViewDayItemChanging event.

public ref class CalendarViewDayItemChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CalendarViewDayItemChangingEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CalendarViewDayItemChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CalendarViewDayItemChangingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 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

Windows requirements

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

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