Class RadToastActivatedEventArgs
Inheritance
System.Object
System.EventArgs
RadToastActivatedEventArgs
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.WinControls.UI
Assembly: Telerik.WinControls.RadToastNotification.dll
Syntax
[Obsolete("This class is deprecated. We suggest using the new RadToastOnActivatedEventArgs instead.")]
public class RadToastActivatedEventArgs : EventArgs
Constructors
RadToastActivatedEventArgs(String, Dictionary<String, String>, String)
Declaration
public RadToastActivatedEventArgs(string arguments, Dictionary<string, string> userInput, string appUserModelId)
Parameters
System.String
arguments
|
System.Collections.Generic.Dictionary<System.String, System.String>
userInput
|
System.String
appUserModelId
|
Properties
AppUserModelId
Declaration
public string AppUserModelId { get; }
Property Value
System.String
|
Arguments
Declaration
public string Arguments { get; }
Property Value
System.String
|
UserInput
Declaration
public Dictionary<string, string> UserInput { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|