Event arguments for the CellValueChanging event

Constructors

Accessors

  • get cellInfo(): IgcCellInfo
  • The backing information for the current cell.

    Returns IgcCellInfo

  • get editID(): number
  • Gets the edit ID for this value change.

    Returns number

  • set editID(v): void
  • Parameters

    • v: number

    Returns void

  • get i(): GridCellValueChangingEventArgs
  • Returns GridCellValueChangingEventArgs

  • get item(): any
  • Gets the row item associated with the change.

    Returns any

  • set item(v): void
  • Parameters

    • v: any

    Returns void

  • get newValue(): any
  • Gets the new cell value.

    Returns any

  • set newValue(v): void
  • Parameters

    • v: any

    Returns void

  • get oldValue(): any
  • Gets the old cell value.

    Returns any

  • set oldValue(v): void
  • Parameters

    • v: any

    Returns void