Property | Type | Description | |
---|---|---|---|
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxPrimaryDataGridViewColumn | System.Windows.Forms.DataGridViewCheckBoxColumn | ||
uxProductIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxProductPhotoIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxProductProductPhotoBindingSource | System.Windows.Forms.BindingSource | ||
uxProductProductPhotoDataGridView | System.Windows.Forms.DataGridView | ||
uxProductProductPhotoErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnProductProductPhotoBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
ProductProductPhotoDataGridViewBase ( ) |
Initializes a new instance of the ProductProductPhotoDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnProductProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxProductProductPhotoDataGridView control.
|
|
OnProductProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxProductProductPhotoDataGridView control.
|
|
OnProductProductPhotoDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxProductProductPhotoDataGridView control.
|
Method | Description | |
---|---|---|
OnProductProductPhotoBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnProductProductPhotoDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductProductPhotoDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnProductProductPhotoDataGridViewDataError ( 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.DataGridViewCheckBoxColumn uxPrimaryDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewCheckBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductPhotoIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.BindingSource uxProductProductPhotoBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxProductProductPhotoDataGridView | ||
return | System.Windows.Forms.DataGridView |