ClipboardRowCellValuePastingEventArgs Properties
Provides data for the TableView.ClipboardRowCellValuePasting and TreeListView.ClipboardRowCellValuePasting events.| Name | Description |
|---|---|
| Cancel | Gets or sets the value indicating whether to prevent pasting a cell value. |
| Column | Gets a column where a new cell value is pasted. |
| OldValue | Gets the cell value that was before pasting a new value. |
| OriginalValue | Gets the original pasted value. |
| RowHandle | Gets a handle of a row where a new cell value is pasted. |
| Value | Gets or sets a value that is pasted to cell. |
See Also