Class
RadToastOnActivatedEventArgs

Arguments coming from interacting with a toast notification.

Definition

Namespace:Telerik.RadToastNotificationManager

Assembly:Telerik.WinControls.RadToastNotification.dll

Syntax:

cs-api-definition
public class RadToastOnActivatedEventArgs : EventArgs

Inheritance: objectEventArgsRadToastOnActivatedEventArgs

Inherited Members EventArgs.Empty

Properties

Arguments

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

Declaration

cs-api-definition
public string Arguments { get; }

Property Value

string

UserInput

Gets the user input from elements like textboxes/comboboxes.

Declaration

cs-api-definition
public IDictionary<string, object> UserInput { get; }

Property Value

IDictionary<string, object>

In this article
DefinitionPropertiesArgumentsUserInput
Not finding the help you need?
Contact Support