Property | Type | Description | |
---|---|---|---|
uxAddressIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxAddressTypeIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxCustomerAddressBindingSource | System.Windows.Forms.BindingSource | ||
uxCustomerAddressDataGridView | System.Windows.Forms.DataGridView | ||
uxCustomerAddressErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxCustomerIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnCustomerAddressBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
CustomerAddressDataGridViewBase ( ) |
Initializes a new instance of the CustomerAddressDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxCustomerAddressDataGridView control.
|
|
OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxCustomerAddressDataGridView control.
|
|
OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxCustomerAddressDataGridView control.
|
Method | Description | |
---|---|---|
OnCustomerAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxAddressTypeIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.BindingSource uxCustomerAddressBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxCustomerAddressDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxCustomerAddressErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |