Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ItemCheckEventArgs Class / OldValue Property


In This Topic
    OldValue Property
    In This Topic
    Gets a value indicating the old checked state of the ListItem.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldValue As Nullable(Of Boolean)
    'Usage
     
    Dim instance As ItemCheckEventArgs
    Dim value As Nullable(Of Boolean)
     
    value = instance.OldValue
    public Nullable<bool> OldValue {get;}

    Property Value

    The old checked state.
    See Also