ASPxClientGridViewClipboardCellPastingEventArgs Members
Contains data for the ClipboardCellPasting event.Constructors
Name | Description |
---|---|
constructor(cellInfo, oldValueInfo, newValueInfo) | Initializes a new instance of the ASPxClientGridViewClipboardCellPastingEventArgs 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 | Gets the old value of the processed cell. |
See Also