Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.82 KB

File metadata and controls

32 lines (21 loc) · 1.82 KB
-api-id T:Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs
-api-type winrt class

Windows.ApplicationModel.Activation.AppointmentsProviderReplaceAppointmentActivatedEventArgs

-description

Provides data when an app is activated to replace an appointment in the user’s calendar.

JavaScript This type appears as WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs.

-remarks

This object is accessed when you override the OnActivated method, IActivatedEventArgs.Kind is AppointmentsProvider, and IAppointmentsProviderActivatedEventArgs.Verb is equal to the value of the AppointmentsProviderLaunchActionVerbs.ReplaceAppointment property.

Version history

Windows version SDK version Value added
1607 14393 User

-examples

-see-also

IAppointmentsProviderReplaceAppointmentActivatedEventArgs, IAppointmentsProviderActivatedEventArgs, IActivatedEventArgs