ComponentOne Studio for WinRT XAML
CellEditEventArgs コンストラクタ

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

パラメータ

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

CellEditEventArgs クラス
CellEditEventArgs メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.