Skip to content

ValueChanged Event

Description

Occurs when the value of a GridRecordItem has changed.

Syntax

Public Event ValueChanged( _
    ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md), _
    ByVal [Column](#) As [GridColumn](XtremeGridControl~GridColumn.md), _
    ByVal [Item](#) As [GridRecordItem](XtremeGridControl~GridRecordItem.md) _
)

Parameters

  • Row
    GridRow of the GridRecordItem whose value has changed.

  • Column
    GridColumn of the GridRecordItem.

  • Item
    GridRecordItem whose value has changed.

See Also


See Also

Grid Control ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.