Item Check State Event Args Constructor
Constructor
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 ItemCheckStateEventArgs(
int idx,
CheckState checkState
)VB
Public Sub New (
idx As Integer,
checkState As CheckState
)C++
public:
ItemCheckStateEventArgs(
int idx,
CheckState checkState
)F#
new :
idx : int *
checkState : CheckState -> ItemCheckStateEventArgsParameters
- idx Int32
- The index of the item
- checkState CheckState
- The check state of the item