'宣言 Public Event DesktopAlertClosing As DesktopAlertClosingHandler
public event DesktopAlertClosingHandler DesktopAlertClosing
イベント ハンドラが、このイベントに関連するデータを含む、DesktopAlertClosingEventArgs 型の引数を受け取りました。次の DesktopAlertClosingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel System.ComponentModel.CancelEventArgsから継承されます。 | |
CloseReason | デスクトップ警告ウィンドウが閉じられる理由を返します。 |
WindowInfo | イベントが発生した UltraDesktopAlertWindowInfo インスタンスへの参照を返します。 |