This class encapsulates information relevant to the events of the DesktopAlertManager.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DesktopAlertManagerEventArgs : EventArgs
Inheritance: objectEventArgsDesktopAlertManagerEventArgs
Inherited Members
Constructors
Creates an instance of the DesktopAlertManagerEventArgs class with a specified RadDesktopAlert.
Properties
Gets an instance of the RadDesktopAlert class associated with the event context.
C#
public RadDesktopAlert AssociatedAlert { get; }