バージョン

BeforeCellUpdateEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal cell As UltraGridCell, _
   ByVal newValue As Object _
)
public BeforeCellUpdateEventArgs( 
   UltraGridCell cell,
   object newValue
)

パラメータ

cell
セル。
newValue
セルの新しい値。
参照