Property | Type | Description | |
---|---|---|---|
uxAverageRateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxCurrencyRateBindingSource | System.Windows.Forms.BindingSource | ||
uxCurrencyRateDataGridView | System.Windows.Forms.DataGridView | ||
uxCurrencyRateDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxCurrencyRateErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxCurrencyRateIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxEndOfDayRateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxFromCurrencyCodeDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxToCurrencyCodeDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnCurrencyRateBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
CurrencyRateDataGridViewBase ( ) |
Initializes a new instance of the CurrencyRateDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrencyRateDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxCurrencyRateDataGridView control.
|
|
OnCurrencyRateDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxCurrencyRateDataGridView control.
|
|
OnCurrencyRateDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxCurrencyRateDataGridView control.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
Method | Description | |
---|---|---|
OnCurrencyRateBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnCurrencyRateDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnCurrencyRateDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnCurrencyRateDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageRateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxCurrencyRateBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxCurrencyRateDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.ErrorProvider uxCurrencyRateErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCurrencyRateIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndOfDayRateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxFromCurrencyCodeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |