[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ItemCheckEventArgs

ItemCheckEventArgs Class

Provides data for the ItemCheck event.

Inheritance
ItemCheckEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ItemCheckEventArgs : EventArgs
Public Class ItemCheckEventArgs
    Inherits EventArgs

Constructors

Name Description
ItemCheckEventArgs(int, bool?, bool?)

Initializes a new instance of the ItemCheckEventArgs class.

Properties

Name Description
DisplayIndex

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

NewValue

Gets a value indicating the new checked state of the ListItem.

OldValue

Gets a value indicating the old checked state of the ListItem.