Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 971 Bytes

webuitoastnotificationactivatedeventargs_argument.md

File metadata and controls

25 lines (17 loc) · 971 Bytes
-api-id -api-type
P:Windows.UI.WebUI.WebUIToastNotificationActivatedEventArgs.Argument
winrt property

Windows.UI.WebUI.WebUIToastNotificationActivatedEventArgs.Argument

-description

Gets the arguments that the app can retrieve after it is activated through an interactive toast notification.

-property-value

The arguments that the app can retrieve after it is activated through an interactive toast notification. The value of this property is defined previously in the XML that describes the data to deliver for the toast notification. The following elements and attributes of that XML define the value:

  • The arguments attribute of the action element, if the user performs an action inside the interactive toast notification.
  • The launch attribute of the toast element, if the user simply clicks the body of the toast notification.

-remarks

-examples

-see-also