'宣言 Public Event FormulaEditorDialogClosing As EventHandler(Of FormulaEditorDialogClosingEventArgs)
public event EventHandler<FormulaEditorDialogClosingEventArgs> FormulaEditorDialogClosing
イベント ハンドラが、このイベントに関連するデータを含む、FormulaEditorDialogClosingEventArgs 型の引数を受け取りました。次の FormulaEditorDialogClosingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel Infragistics.CancellableEventArgsから継承されます。 | |
Dialog Infragistics.Controls.Interactions.FormulaEditorDialogEventArgsから継承されます。 | 表示または閉じているダイアログを示す FormulaEditorDialog を取得します。 |