[]
        
(Showing Draft Content)

C1.Framework.ListBoxElement.C1ItemCheckEventArgs.-ctor

C1ItemCheckEventArgs Constructor

C1ItemCheckEventArgs(int, CheckState, CheckState)

Creates a new instance of ListBoxElement.C1ItemCheckEventArgs

Declaration
public C1ItemCheckEventArgs(int index, CheckState oldValue, CheckState newValue)
Public Sub New(index As Integer, oldValue As CheckState, newValue As CheckState)
Parameters
Type Name Description
int index

Index of the updated item.

CheckState oldValue
CheckState newValue