Item Check State Event ArgsIndex Property
Get the index of the item affected
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int Index { get; }VB
Public ReadOnly Property Index As Integer
GetC++
public:
property int Index {
int get ();
}F#
member Index : int with get