ValidateRowDeletionArgs Properties
Populates commands bound to the DataViewBase.DataSourceRefresh property with data.| Name | Description |
|---|---|
| DisplayErrorMode | Gets whether to display errors in the message box. Inherited from DeleteValidationArgs. |
| Items | Gets an array of rows that a user wants to delete. Inherited from DeleteValidationArgs. |
| Result | Gets or sets information about the error (its type and description). Inherited from DeleteValidationArgs. |
| ResultAsync | Gets or sets a task that asynchronously deletes rows from the underlying data source (database). Inherited from DeleteValidationArgs. |
| SourceIndexes |
See Also