Property | Type | Description | |
---|---|---|---|
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxRowguidDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxSpecialOfferIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxSpecialOfferProductBindingSource | System.Windows.Forms.BindingSource | ||
uxSpecialOfferProductDataGridView | System.Windows.Forms.DataGridView | ||
uxSpecialOfferProductErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnSpecialOfferProductBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
SpecialOfferProductDataGridViewBase ( ) |
Initializes a new instance of the SpecialOfferProductDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnSpecialOfferProductDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxSpecialOfferProductDataGridView control.
|
|
OnSpecialOfferProductDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxSpecialOfferProductDataGridView control.
|
|
OnSpecialOfferProductDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxSpecialOfferProductDataGridView control.
|
Method | Description | |
---|---|---|
OnSpecialOfferProductBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnSpecialOfferProductDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnSpecialOfferProductDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnSpecialOfferProductDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSpecialOfferIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.BindingSource uxSpecialOfferProductBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxSpecialOfferProductDataGridView | ||
return | System.Windows.Forms.DataGridView |