Свойство | Тип | Описание | |
---|---|---|---|
uxIllustrationIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxProductModelIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxProductModelIllustrationBindingSource | System.Windows.Forms.BindingSource | ||
uxProductModelIllustrationDataGridView | System.Windows.Forms.DataGridView | ||
uxProductModelIllustrationErrorProvider | System.Windows.Forms.ErrorProvider |
Свойство | Тип | Описание | |
---|---|---|---|
OnProductModelIllustrationBindingSourceCurrentItemChanged | void |
Метод | Описание | |
---|---|---|
ProductModelIllustrationDataGridViewBase ( ) |
Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnProductModelIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxProductModelIllustrationDataGridView control.
|
|
OnProductModelIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxProductModelIllustrationDataGridView control.
|
|
OnProductModelIllustrationDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxProductModelIllustrationDataGridView control.
|
Метод | Описание | |
---|---|---|
OnProductModelIllustrationBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnCurrentEntityChanged ( ) : void | ||
Результат | void |
protected OnProductModelIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
protected OnProductModelIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
protected OnProductModelIllustrationDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Результат | void |
public ProductModelIllustrationDataGridViewBase ( ) |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxIllustrationIdDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn | ||
Результат | System.Windows.Forms.DataGridViewComboBoxColumn |
protected System.Windows.Forms.BindingSource uxProductModelIllustrationBindingSource | ||
Результат | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxProductModelIllustrationDataGridView | ||
Результат | System.Windows.Forms.DataGridView |