コード例 #1
0
 public ItemValueChangeEvent(TsCHdaItemValue row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }