Property | Type | Description | |
---|---|---|---|
uxNullFkeyChildBindingSource | System.Windows.Forms.BindingSource | ||
uxNullFkeyChildDataGridView | System.Windows.Forms.DataGridView | ||
uxNullFkeyChildErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxNullFkeyChildIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxNullFkeyParentIdDataGridViewColumn | System.Windows.Forms.DataGridViewComboBoxColumn | ||
uxSomeTextDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnNullFkeyChildBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
NullFkeyChildDataGridViewBase ( ) |
Initializes a new instance of the NullFkeyChildDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxNullFkeyChildDataGridView control.
|
|
OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxNullFkeyChildDataGridView control.
|
|
OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxNullFkeyChildDataGridView control.
|
Method | Description | |
---|---|---|
OnNullFkeyChildBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnNullFkeyChildDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnNullFkeyChildDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnNullFkeyChildDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.BindingSource uxNullFkeyChildBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxNullFkeyChildDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxNullFkeyChildErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNullFkeyChildIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewComboBoxColumn uxNullFkeyParentIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewComboBoxColumn |