[]
Provides additional data for OnItemChecked(C1ItemCheckEventArgs) event.
protected class ListBoxElement.C1ItemCheckEventArgs : EventArgs
Name | Description |
---|---|
C1ItemCheckEventArgs(int, CheckState, CheckState) | Creates a new instance of ListBoxElement.C1ItemCheckEventArgs |
Name | Description |
---|---|
Index | Index of the updated item. |
NewValue | New CheckState of the updated item. |
OldValue | Old CheckState of the updated item. |