Class DesktopAlertManagerEventArgs
This class encapsulates information relevant to the events of the DesktopAlertManager.
Inheritance
System.Object
System.EventArgs
DesktopAlertManagerEventArgs
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.UI.dll
Syntax
public class DesktopAlertManagerEventArgs : EventArgs
Constructors
DesktopAlertManagerEventArgs(RadDesktopAlert)
Creates an instance of the DesktopAlertManagerEventArgs class with a specified RadDesktopAlert.
Declaration
public DesktopAlertManagerEventArgs(RadDesktopAlert alert)
Parameters
RadDesktopAlert
alert
|
Properties
AssociatedAlert
Gets an instance of the RadDesktopAlert class associated with the event context.
Declaration
public RadDesktopAlert AssociatedAlert { get; }
Property Value
RadDesktopAlert
|