PowerTools MultiRow for Windows Forms 8.0J
CellEndEditEventArgs コンストラクタ(Int32,Int32,String,EndEditReason,Boolean)

オーナーRowのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
ユーザーがGcMultiRowコントロール内でセルの編集を終了した方法を表すEndEditReason値の1つ。
編集操作がキャンセルされるかどうかを示すSystem.Boolean値。
CellEndEditEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal endEditReason As EndEditReason, _
   ByVal editCanceled As Boolean _
)

パラメータ

rowIndex
オーナーRowのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
endEditReason
ユーザーがGcMultiRowコントロール内でセルの編集を終了した方法を表すEndEditReason値の1つ。
editCanceled
編集操作がキャンセルされるかどうかを示すSystem.Boolean値。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.