[]
        
(Showing Draft Content)

C1.Framework.ListBoxElement.C1ItemCheckEventArgs

ListBoxElement.C1ItemCheckEventArgs Class

Provides additional data for OnItemChecked(C1ItemCheckEventArgs) event.

Inheritance
ListBoxElement.C1ItemCheckEventArgs
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
protected class ListBoxElement.C1ItemCheckEventArgs : EventArgs

Constructors

Name Description
C1ItemCheckEventArgs(int, CheckState, CheckState)

Creates a new instance of ListBoxElement.C1ItemCheckEventArgs

Fields

Name Description
Index

Index of the updated item.

NewValue

New CheckState of the updated item.

OldValue

Old CheckState of the updated item.