バージョン

FormulaEditorDialogClosing イベント

FormulaEditorDialog を閉じようとしたときに発生します。
シンタックス
'宣言
 
Public Event FormulaEditorDialogClosing As EventHandler(Of FormulaEditorDialogClosingEventArgs)
public event EventHandler<FormulaEditorDialogClosingEventArgs> FormulaEditorDialogClosing
イベント データ

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

プロパティ解説
Cancel Infragistics.CancellableEventArgsから継承されます。 
Dialog Infragistics.Controls.Interactions.FormulaEditorDialogEventArgsから継承されます。表示または閉じているダイアログを示す FormulaEditorDialog を取得します。
参照