Version

DesktopAlertLinkClickedEventArgs Constructor

Creates a new instance of the DesktopAlertClosedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal windowInfo As UltraDesktopAlertWindowInfo, _
   ByVal linkClickedArgs As Infragistics.Win.FormattedLinkLabel.LinkClickedEventArgs, _
   ByVal linkType As DesktopAlertLinkType, _
   ByVal closeWindow As Boolean _
)
public DesktopAlertLinkClickedEventArgs( 
   UltraDesktopAlertWindowInfo windowInfo,
   Infragistics.Win.FormattedLinkLabel.LinkClickedEventArgs linkClickedArgs,
   DesktopAlertLinkType linkType,
   bool closeWindow
)

Parameters

windowInfo
The UltraDesktopAlertWindowInfo associated with the desktop alert window that was closed.
linkClickedArgs
The Infragistics.Win.FormattedLinkLabel.LinkClickedEventArgs instance which contains information about the link that was clicked.
linkType
The DesktopAlertLinkType constant which describes whether the UltraDesktopAlertWindowInfo.Caption, UltraDesktopAlertWindowInfo.Text, or UltraDesktopAlertWindowInfo.FooterText link was clicked.
closeWindow
A boolean which indicates whether the desktop alert window should be closed when execution returns from this event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also