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


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

    Property Value

    The new checked state.
    See Also