Property | Type | Description | |
---|---|---|---|
uxDiagramDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxIllustrationBindingSource | System.Windows.Forms.BindingSource | ||
uxIllustrationDataGridView | System.Windows.Forms.DataGridView | ||
uxIllustrationErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxIllustrationIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnIllustrationBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
IllustrationDataGridViewBase ( ) |
Initializes a new instance of the IllustrationDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxIllustrationDataGridView control.
|
|
OnIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxIllustrationDataGridView control.
|
|
OnIllustrationDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxIllustrationDataGridView control.
|
Method | Description | |
---|---|---|
OnIllustrationBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnIllustrationDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDiagramDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxIllustrationBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxIllustrationDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.ErrorProvider uxIllustrationErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxIllustrationIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |