バージョン

FormulaEditorDialogDisplaying イベント

FormulaEditorDialog が表示される前に発生されます。
シンタックス
'宣言
 
Public Event FormulaEditorDialogDisplaying As EventHandler(Of FormulaEditorDialogDisplayingEventArgs)
public event EventHandler<FormulaEditorDialogDisplayingEventArgs> FormulaEditorDialogDisplaying
イベント データ

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

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