バージョン

DesktopAlertClosingEventArgs コンストラクタ

DesktopAlertClosingEventArgs クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal windowInfo As UltraDesktopAlertWindowInfo, _
   ByVal closeReason As DesktopAlertCloseReason _
)
public DesktopAlertClosingEventArgs( 
   UltraDesktopAlertWindowInfo windowInfo,
   DesktopAlertCloseReason closeReason
)

パラメータ

windowInfo
閉じられるデスクトップ警告ウィンドウに関連する UltraDesktopAlertWindowInfo
closeReason
デスクトップ警告ウィンドウが閉じられる理由を定義する DesktopAlertCloseReason 定数。
参照