Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.77 KB

appointmentsprovidershowtimeframeactivatedeventargs.md

File metadata and controls

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

Windows.ApplicationModel.Activation.AppointmentsProviderShowTimeFrameActivatedEventArgs

-description

Provides data when an app is activated to show a specified time frame on the user’s calendar.

JavaScript This type appears as WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs.

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

Version history

Windows version SDK version Value added
1607 14393 User

-examples

-see-also

IAppointmentsProviderShowTimeFrameActivatedEventArgs, IAppointmentsProviderActivatedEventArgs, IActivatedEventArgs