Property | Type | Description | |
---|---|---|---|
uxDescriptionDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductDescriptionBindingSource | System.Windows.Forms.BindingSource | ||
uxProductDescriptionDataGridView | System.Windows.Forms.DataGridView | ||
uxProductDescriptionErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxProductDescriptionIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnProductDescriptionBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
ProductDescriptionDataGridViewBase ( ) |
Initializes a new instance of the ProductDescriptionDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.
|
|
OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.
|
|
OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxProductDescriptionDataGridView control.
|
Method | Description | |
---|---|---|
OnProductDescriptionBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDescriptionDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxProductDescriptionBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxProductDescriptionDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxProductDescriptionErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductDescriptionIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |