FlexGrid for UWP/WinRT
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
編集がコミットされているか、キャンセルされているかを示す値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellEditEventArgs クラス
CellEditEventArgs メンバ

Send Feedback