Skip to main content
All docs
V23.2

constructor(cellInfo, oldValueInfo, newValueInfo) Constructor

Initializes a new instance of the ASPxClientVerticalGridClipboardCellPastingEventArgs class with specified settings.

Declaration

constructor(
    cellInfo: ASPxClientVerticalGridCellInfo,
    oldValueInfo: any,
    newValueInfo: any
)

Parameters

Name Type Description
cellInfo ASPxClientVerticalGridCellInfo

Information about the processed cell.

oldValueInfo any

The old value of the cell.

newValueInfo any

The new value of the cell.

See Also