Property | Type | Description | |
---|---|---|---|
uxAddressIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxAddressTypeIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxVendorAddressBindingSource | System.Windows.Forms.BindingSource | ||
uxVendorAddressDataGridView | System.Windows.Forms.DataGridView | ||
uxVendorAddressErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxVendorIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnVendorAddressBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
VendorAddressDataGridViewBase ( ) |
Initializes a new instance of the VendorAddressDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnVendorAddressDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxVendorAddressDataGridView control.
|
|
OnVendorAddressDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxVendorAddressDataGridView control.
|
|
OnVendorAddressDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxVendorAddressDataGridView control.
|
Method | Description | |
---|---|---|
OnVendorAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnVendorAddressDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnVendorAddressDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnVendorAddressDataGridViewDataError ( 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.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxVendorAddressBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxVendorAddressDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxVendorAddressErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |