Property | Type | Description | |
---|---|---|---|
uxAddressBindingSource | System.Windows.Forms.BindingSource | ||
uxAddressDataGridView | System.Windows.Forms.DataGridView | ||
uxAddressErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxAddressIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxAddressLine1DataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxAddressLine2DataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxCityDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxPostalCodeDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxStateProvinceIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnAddressBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
AddressDataGridViewBase ( ) |
Initializes a new instance of the AddressDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnAddressDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxAddressDataGridView control.
|
|
OnAddressDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxAddressDataGridView control.
|
|
OnAddressDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxAddressDataGridView control.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
Method | Description | |
---|---|---|
OnAddressBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnAddressDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnAddressDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnAddressDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.BindingSource uxAddressBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxAddressDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxAddressErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine1DataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAddressLine2DataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCityDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostalCodeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |