PowerTools MultiRow for Windows Forms 8.0J
CellBeginEditEventArgs コンストラクタ(Int32,Int32,String,BeginEditReason)

オーナーRowのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
ユーザーがGcMultiRowコントロール内でCellの編集を開始した方法を表すBeginEditReason値の1つ。
CellBeginEditEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal beginEditReason As BeginEditReason _
)
public CellBeginEditEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   BeginEditReason beginEditReason
)

パラメータ

rowIndex
オーナーRowのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
beginEditReason
ユーザーがGcMultiRowコントロール内でCellの編集を開始した方法を表すBeginEditReason値の1つ。
参照

CellBeginEditEventArgs クラス
CellBeginEditEventArgs メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.