FlexGrid for WPF
CellEditEventArgs コンストラクタ

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > CellEditEventArgs クラス : CellEditEventArgs コンストラクタ
範囲を含む GridPanel
このオブジェクトによって表される CellRange
セル値の編集に使用する System.Windows.FrameworkElement
編集がコミットされているか、キャンセルされているかを示す値。
CellEditEventArgsの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal panel As GridPanel, _
   ByVal rng As CellRange, _
   ByVal editor As System.Windows.FrameworkElement, _
   ByVal cancelEdits As System.Boolean _
)
public CellEditEventArgs( 
   GridPanel panel,
   CellRange rng,
   System.Windows.FrameworkElement editor,
   System.bool cancelEdits
)

パラメータ

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

CellEditEventArgs クラス
CellEditEventArgs メンバ