Skip to content

InplaceEditChanging Event

Description

Occurs when an in-place button is used to edit an item's value.

Syntax

Public Event InplaceEditChanging( _
    ByVal Row As GridRow, _
    ByVal Column As GridColumn, _
    ByVal Item As GridRecordItem, _
    ByRef NewValue As String, _
    ByRef Cancel As Boolean _
)

Parameters

  • Row: GridRow that contains the GridRecordItem that is currently being edited.
  • Column: GridColumn that contains the GridRecordItem that is currently being edited.
  • Item: GridRecordItem that contains the in-place button that is currently being edited.
  • NewValue: The new value of the item with the changes that have been made.
  • Cancel: Set to True to cancel the edit operation.

See Also


See Also


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