Version

DesktopAlertLinkClickedEventArgs Class Properties

For a list of all members of this type, see DesktopAlertLinkClickedEventArgs members.

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