Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SegmentDataChangedEventArgs Class / CountChanged Property


In This Topic
    CountChanged Property
    In This Topic
    Gets a value that indicates whether [count changed].
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CountChanged As Boolean
    'Usage
     
    
    Dim instance As SegmentDataChangedEventArgs
    Dim value As Boolean
     
    value = instance.CountChanged
    public bool CountChanged {get;}

    Property Value

    true if [count changed]; otherwise, false.
    See Also