dbicList Send comments on this topic.
CheckClick Event
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : CheckClick Event

Event fired when a check box in the list is clicked.

Syntax

Visual Basic (Declaration) 
Public Event CheckClick As DbiListControl.EventCheckClickEventHandler
C# 
public event DbiListControl.EventCheckClickEventHandler CheckClick

Event Data

The event handler receives an argument of type CheckEventArgs containing data related to this event. The following CheckEventArgs properties provide information specific to this event.

PropertyDescription
ColumnIndex The index value of the dbiColumnItem where the check occurred.
NodeItem The dbiNodeItem where the check occurred.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also