クリックまたはドラッグしてリサイズ
CellEditEventArgs コンストラクタ
CellEditEventArgs の新しいインスタンスを初期化します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public CellEditEventArgs(
	GridPanel panel,
	CellRange rng,
	FrameworkElement editor,
	bool cancelEdits
)

パラメータ

panel
型: C1.WPF.FlexGridGridPanel
範囲を含む GridPanel
rng
型: C1.WPF.FlexGridCellRange
このオブジェクトによって表される CellRange
editor
型: System.WindowsFrameworkElement
セル値の編集に使用する FrameworkElement
cancelEdits
型: SystemBoolean
編集がコミットされているか、キャンセルされているかを示す値。
参照