Skip to main content
All docs
V25.1
  • constructor(cellInfo, oldValueInfo, newValueInfo) Constructor

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

    Declaration

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

    Parameters

    Name Type Description
    cellInfo ASPxClientGridViewCellInfo

    Information about the processed cell.

    oldValueInfo any

    The old value of the cell.

    newValueInfo any

    The new value of the cell.

    See Also