Skip to main content
All docs
V23.2

ASPxClientTreeListClipboardCellPastingEventArgs Members

Contains data for the ClipboardCellPasting event.

Constructors

Name Description
constructor(cellInfo, oldValueInfo, newValueInfo) Initializes a new instance of the ASPxClientTreeListClipboardCellPastingEventArgs class with specified settings.

Properties

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
cellInfo Obtains information about the processed cell.
newText Gets the new text of the processed cell.
newValue Specifies the new value of the processed cell.
oldText Gets the old text of the processed cell.
oldValue Obtains the old value of the cell.
See Also