Version

AlertButtonClickedEventArgs Class Members

The following tables list the members exposed by AlertButtonClickedEventArgs.

Public Constructors
 NameDescription
Public ConstructorAlertButtonClickedEventArgs ConstructorCreates a new instance of the AlertButtonClickedEventArgs class.  
Public Properties
 NameDescription
Public PropertyButtonReturns the UltraDesktopAlertButton that was clicked.  
Public PropertyCloseWindowGets/sets whether the desktop alert window should be closed when execution returns from this event.  
Public PropertyWindowInfoReturns a reference to the UltraDesktopAlertWindowInfo instance for which the event was fired. (Inherited from Infragistics.Win.Misc.DesktopAlertEventArgsBase)
See Also