バージョン

DesktopAlertClosing イベント

デスクトップアラームウィンドウが閉じるときに発生
シンタックス
'宣言
 
Public Event DesktopAlertClosing As DesktopAlertClosingHandler
public event DesktopAlertClosingHandler DesktopAlertClosing
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、DesktopAlertClosingEventArgs 型の引数を受け取りました。次の DesktopAlertClosingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Cancel System.ComponentModel.CancelEventArgsから継承されます。 
CloseReason デスクトップ警告ウィンドウが閉じられる理由を返します。
WindowInfo イベントが発生した UltraDesktopAlertWindowInfo インスタンスへの参照を返します。
参照