[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs.-ctor

ItemCheckEventArgs Constructor

ItemCheckEventArgs(int, bool?, bool?)

Initializes a new instance of the ItemCheckEventArgs class.

Declaration
public ItemCheckEventArgs(int displayIndex, bool? oldValue, bool? newValue)
Public Sub New(displayIndex As Integer, oldValue As Boolean?, newValue As Boolean?)
Parameters
Type Name Description
int displayIndex

The zero-based display index of the ListItem to change.

bool? oldValue

The old checked state of the ListItem.

bool? newValue

The new checked state of the ListItem.