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(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.
The event data.
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|