New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Creates an instance of the DesktopAlertManagerEventArgs class with a specified RadDesktopAlert.

C#
public DesktopAlertManagerEventArgs(RadDesktopAlert alert)
Parameters:alertRadDesktopAlert

Properties

Gets an instance of the RadDesktopAlert class associated with the event context.

C#
public RadDesktopAlert AssociatedAlert { get; }