Skip to content

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

Remarks

This event is not triggered if the checkbox is checked via code.

See Also


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