Spread Windows Forms 12.0 Product Documentation
DataChanged Event (ISegmentData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ISegmentData Interface : DataChanged Event
Occurs when data is changed.
Syntax
'Declaration
 
Event DataChanged As SegmentDataChangedEventHandler
'Usage
 
Dim instance As ISegmentData
Dim handler As SegmentDataChangedEventHandler
 
AddHandler instance.DataChanged, handler
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