Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / StringSegmentData Class / DataChanged Event


In This Topic
    DataChanged Event (StringSegmentData)
    In This Topic
    Occurs when data is changed.
    Syntax
    'Declaration
     
    
    Public Event DataChanged As SegmentDataChangedEventHandler
    'Usage
     
    
    Dim instance As StringSegmentData
    Dim handler As SegmentDataChangedEventHandler
     
    AddHandler instance.DataChanged, handler
    public event SegmentDataChangedEventHandler DataChanged
    Event Data

    The event handler receives an argument of type SegmentDataChangedEventArgs containing data related to this event. The following SegmentDataChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets a value that indicates whether [count changed].  
    Gets a value that indicates whether [formula changed].  
    Gets a value that indicates whether [range removed].  
    Gets a value that indicates whether the sheet is removed.  
    See Also