BeginEdit Event
Description
Occurs when the user begins to edit an item.
Syntax
Public Event BeginEdit( _
ByVal Row As GridRow, _
ByVal Column As GridColumn, _
ByVal Item As GridRecordItem _
)
Parameters
- Row: Reference to the GridRow that contains the GridRecordItem that is beginning editing.
- Column: Reference to the GridColumn that contains the GridRecordItem that is beginning editing.
- Item: Reference to the GridRecordItem that is beginning editing.
See Also

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