Property | Type | Description | |
---|---|---|---|
uxSomeTextDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTimestampPkBindingSource | System.Windows.Forms.BindingSource | ||
uxTimestampPkDataGridView | System.Windows.Forms.DataGridView | ||
uxTimestampPkDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTimestampPkErrorProvider | System.Windows.Forms.ErrorProvider |
Property | Type | Description | |
---|---|---|---|
OnTimestampPkBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
TimestampPkDataGridViewBase ( ) |
Initializes a new instance of the TimestampPkDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnTimestampPkDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxTimestampPkDataGridView control.
|
|
OnTimestampPkDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxTimestampPkDataGridView control.
|
|
OnTimestampPkDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxTimestampPkDataGridView control.
|
Method | Description | |
---|---|---|
OnTimestampPkBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnTimestampPkDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnTimestampPkDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnTimestampPkDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSomeTextDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxTimestampPkBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxTimestampPkDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTimestampPkDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |