Class RadToastOnActivatedEventArgs
Arguments coming from interacting with a toast notification.
Inheritance
System.Object
System.EventArgs
RadToastOnActivatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.RadToastNotificationManager
Assembly: Telerik.WinControls.RadToastNotification.dll
Syntax
public class RadToastOnActivatedEventArgs : EventArgs
Properties
Arguments
Gets the arguments from the element that the user has interacted with.
Declaration
public string Arguments { get; }
Property Value
System.String
|
UserInput
Gets the user input from elementas like textboxes/comboboxes.
Declaration
public IDictionary<string, object> UserInput { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
|