Property | Type | Description | |
---|---|---|---|
uxContactIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxContactTypeIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxCustomerIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxStoreContactBindingSource | System.Windows.Forms.BindingSource | ||
uxStoreContactDataGridView | System.Windows.Forms.DataGridView | ||
uxStoreContactErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnStoreContactBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
StoreContactDataGridViewBase ( ) |
Initializes a new instance of the StoreContactDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnStoreContactDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxStoreContactDataGridView control.
|
|
OnStoreContactDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxStoreContactDataGridView control.
|
|
OnStoreContactDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxStoreContactDataGridView control.
|
Method | Description | |
---|---|---|
OnStoreContactBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnStoreContactDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnStoreContactDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnStoreContactDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxContactTypeIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCustomerIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxStoreContactBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxStoreContactDataGridView | ||
return | System.Windows.Forms.DataGridView |