예제 #1
0
 public RowCommandedEventArgs(Int32 bodyRowIndex, CellsListControlBase dataCellsList, Object sender, CommandEventArgs commandEventArgs)
 {
     BodyRowIndex     = bodyRowIndex;
     DataCellsList    = dataCellsList;
     Sender           = sender;
     CommandEventArgs = commandEventArgs;
 }
예제 #2
0
 public RowEditingEventArgs(Int32 bodyRowIndex, Int32 cellIndex, CellsListControlBase dataCellsList)
 {
     BodyRowIndex  = bodyRowIndex;
     CellIndex     = cellIndex;
     DataCellsList = dataCellsList;
 }
예제 #3
0
 public RowEditedEventArgs(Int32 bodyRowIndex, CellsListControlBase dataCellsList)
 {
     BodyRowIndex  = bodyRowIndex;
     DataCellsList = dataCellsList;
 }