Property | Type | Description | |
---|---|---|---|
uxChangeNumberDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxDocumentBindingSource | System.Windows.Forms.BindingSource | ||
uxDocumentDataGridView | System.Windows.Forms.DataGridView | ||
uxDocumentDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxDocumentErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxDocumentIdDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxDocumentSummaryDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxFileExtensionDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxFileNameDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxModifiedDateDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxRevisionDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxStatusDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn | ||
uxTitleDataGridViewColumn | System.Windows.Forms.DataGridViewTextBoxColumn |
Property | Type | Description | |
---|---|---|---|
OnDocumentBindingSourceCurrentItemChanged | void |
Method | Description | |
---|---|---|
DocumentDataGridViewBase ( ) |
Initializes a new instance of the DocumentDataGridViewBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCurrentEntityChanged ( ) : void |
Raised the CurrentEntityChanged event.
|
|
OnDocumentDataGridViewCellValueNeeded ( object sender, System e ) : void |
Handles the CellValueNeeded event of the uxDocumentDataGridView control.
|
|
OnDocumentDataGridViewCellValuePushed ( object sender, System e ) : void |
Handles the CellValuePushed event of the uxDocumentDataGridView control.
|
|
OnDocumentDataGridViewDataError ( object sender, System e ) : void |
Handles the DataError event of the uxDocumentDataGridView control.
|
Method | Description | |
---|---|---|
OnDocumentBindingSourceCurrentItemChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnDocumentDataGridViewCellValueNeeded ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnDocumentDataGridViewCellValuePushed ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected OnDocumentDataGridViewDataError ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxChangeNumberDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.BindingSource uxDocumentBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DataGridView uxDocumentDataGridView | ||
return | System.Windows.Forms.DataGridView |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.ErrorProvider uxDocumentErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentIdDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDocumentSummaryDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileExtensionDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxFileNameDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRevisionDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStatusDataGridViewColumn | ||
return | System.Windows.Forms.DataGridViewTextBoxColumn |