CalendarViewDayItemChangingEventArgs Class
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.
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
- Attributes
Properties
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
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. |