ClassDesktopAlertManagerEventArgs
Class
This class encapsulates information relevant to the events of the DesktopAlertManager.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class DesktopAlertManagerEventArgs : EventArgs
Inheritance: objectEventArgsDesktopAlertManagerEventArgs
Inherited Members
Constructors
DesktopAlertManagerEventArgs(RadDesktopAlert)
Creates an instance of the DesktopAlertManagerEventArgs class with a specified RadDesktopAlert.
Declaration
cs-api-definition
public DesktopAlertManagerEventArgs(RadDesktopAlert alert)
Parameters
alert
Properties
AssociatedAlert
Gets an instance of the RadDesktopAlert class associated with the event context.
Declaration
cs-api-definition
public RadDesktopAlert AssociatedAlert { get; }
Property Value