ItemCheck Event
Description
Occurs when a checkbox of a GridRecordItem is clicked.
Syntax
Public Event ItemCheck( _
ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md), _
ByVal [Item](#) As [GridRecordItem](XtremeGridControl~GridRecordItem.md) _
)
Parameters
-
Row
The GridRow that contains the GridRecordItem that was clicked. -
Item
The GridRecordItem that contains the checkbox that was clicked.
Remarks
This event is not triggered if the checkbox is checked via code.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.