Property | Type | Description | |
---|---|---|---|
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxNameDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxUnitMeasureBindingSource | System.Windows.Forms.BindingSource | ||
uxUnitMeasureCodeDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxUnitMeasureDataGridView | System.Windows.Forms.DataGridView | ||
uxUnitMeasureErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnUnitMeasureBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
UnitMeasureDataGridViewBase ( ) |
Initializes a new instance of the UnitMeasureDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxUnitMeasureDataGridView control.
|
|
OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxUnitMeasureDataGridView control.
|
|
OnUnitMeasureDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxUnitMeasureDataGridView control.
|
Method | Description | |
---|---|---|
OnUnitMeasureBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnUnitMeasureDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnUnitMeasureDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnUnitMeasureDataGridViewDataError ( 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.DataGridViewTextBoxColumn uxNameDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxUnitMeasureBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxUnitMeasureCodeDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridView uxUnitMeasureDataGridView | ||
return | System.Windows.Forms.DataGridView |