Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.77 KB

appointmentsprovideraddappointmentactivatedeventargs.md

File metadata and controls

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

Windows.ApplicationModel.Activation.AppointmentsProviderAddAppointmentActivatedEventArgs

-description

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

JavaScript This type appears as WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.

-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.AddAppointment property.

Version history

Windows version SDK version Value added
1607 14393 User

-examples

-see-also

IAppointmentsProviderAddAppointmentActivatedEventArgs, IAppointmentsProviderActivatedEventArgs, IActivatedEventArgs