Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 772 Bytes

toastactivatedeventargs.md

File metadata and controls

27 lines (19 loc) · 772 Bytes
-api-id -api-type -api-device-family-note
T:Windows.UI.Notifications.ToastActivatedEventArgs
winrt class
xbox

Windows.UI.Notifications.ToastActivatedEventArgs

-description

Exposes a method that retrieves the arguments associated with a toast action initiated by the user. This lets the app tell which action was taken when multiple actions were exposed.

-remarks

This object is provided to an event handler when a ToastNotification.Activated event is raised.

Version history

Windows version SDK version Value added
1903 18362 UserInput

-examples

-see-also