Version

DesktopAlertLinkClickedEventArgs Class Members

The following tables list the members exposed by DesktopAlertLinkClickedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDesktopAlertLinkClickedEventArgs ConstructorCreates a new instance of the DesktopAlertClosedEventArgs class.  
Public Properties
 NameDescription
Public PropertyCloseWindowGets/sets whether the desktop alert window should be closed when execution returns from this event.  
Public PropertyLinkClickedArgsReturns the Infragistics.Win.FormattedLinkLabel.LinkClickedEventArgs instance which contains information about the link that was clicked.  
Public PropertyLinkTypeReturns the type of link that was clicked, i.e., the UltraDesktopAlertWindowInfo.Caption, UltraDesktopAlertWindowInfo.Text, or UltraDesktopAlertWindowInfo.FooterText link.  
Public PropertyWindowInfoReturns a reference to the UltraDesktopAlertWindowInfo instance for which the event was fired. (Inherited from Infragistics.Win.Misc.DesktopAlertEventArgsBase)
See Also