ToastActivatedEventArgs
ToastActivatedEventArgs
ToastActivatedEventArgs
ToastActivatedEventArgs
Class
Definition
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.
public : sealed class ToastActivatedEventArgs : IToastActivatedEventArgspublic sealed class ToastActivatedEventArgs : IToastActivatedEventArgsPublic NotInheritable Class ToastActivatedEventArgs Implements IToastActivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is provided to an event handler when a ToastNotification.Activated event is raised.
Properties
Arguments Arguments Arguments Arguments
Gets the arguments associated with a toast action initiated by the user. This arguments string was included in the toast's XML payload.
public : PlatForm::String Arguments { get; }public string Arguments { get; }Public ReadOnly Property Arguments As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The arguments string associated with the particular action.