New to Telerik UI for WinFormsStart a free 30-day trial

Arguments coming from interacting with a toast notification.

Definition

Namespace:Telerik.RadToastNotificationManager

Assembly:Telerik.WinControls.RadToastNotification.dll

Syntax:

C#
public class RadToastOnActivatedEventArgs : EventArgs

Inheritance: objectEventArgsRadToastOnActivatedEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the arguments from the element that the user has interacted with.

C#
public string Arguments { get; }

UserInput

IDictionary<string, object>

Gets the user input from elements like textboxes/comboboxes.

C#
public IDictionary<string, object> UserInput { get; }
In this article
DefinitionPropertiesArgumentsUserInput
Not finding the help you need?
Contact Support