public settingsRowChangeEvent(settingsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public MyTableRowChangedEventArgs(MyTableRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Exemple #4
0
 public CustomersRowChangedEventArgs(CustomersRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Exemple #5
0
 public MonkeyTableRowChangedEventArgs(MonkeyTableRow r, System.Data.DataRowAction a)
 {
     this.eventRow    = r;
     this.eventAction = a;
 }
Exemple #6
0
 public titlesRowChangeEvent(titlesRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public OrdersRowChangeEventArgs(OrdersRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
 public StreetsRowChangeEvent(StreetsHousesFlatsDS.StreetsRow row, System.Data.DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public EFTTransactionRowChangeEvent(EFTTransactionRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #12
0
 public ProductsRowChangedEventArgs(ProductsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Exemple #13
0
 public CategoriesRowChangedEventArgs(CategoriesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
Exemple #14
0
 public OrderDetailsRowChangedEventArgs(OrderDetailsRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }
 public BankAccountsRowChangeEvent(BankAccountsRow row,DataRowAction action)
 {
     this.eventRow = row;
      this.eventAction = action;
 }
Exemple #16
0
 public BankAccountsRowChangeEvent(BankAccountsRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #17
0
 public publishersRowChangeEvent(publishersRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public _GetTransactionLogRowChangeEvent(_GetTransactionLogRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public ProductRowChangeEventArgs(ProductRow row, DataRowAction action)
 {
     _eventRow = row;
     _eventAction = action;
 }
 public _GetAccountRowChangeEvent(_GetAccountRow row, DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public VoiceNoteRowChangeEvent(VoiceNoteRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #22
0
 public TaxesRowChangedEventArgs(TaxesRow r, System.Data.DataRowAction a) {
     this.eventRow = r;
     this.eventAction = a;
 }