バージョン

DesktopAlertLinkClickedEventArgs コンストラクタ

DesktopAlertClosedEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
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
)

パラメータ

windowInfo
閉じられたデスクトップ警告ウィンドウに関連する UltraDesktopAlertWindowInfo
linkClickedArgs
クリックしたリンクについての情報を含む Infragistics.Win.FormattedLinkLabel.LinkClickedEventArgs インスタンス。
linkType
UltraDesktopAlertWindowInfo.CaptionUltraDesktopAlertWindowInfo.Text、または UltraDesktopAlertWindowInfo.FooterText のリンクがクリックされたかどうかを示す DesktopAlertLinkType 定数。
closeWindow
実行がこのイベントから返された時にデスクトップ警告ウィンドウが閉じるかどうかを示すブール値。
参照