Spread Windows Forms 12.0 Product Documentation
DataChanged Event (CellRangeSegmentData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > CellRangeSegmentData Class : DataChanged Event
Occurs when data of one cell in the cell range is changed.
Syntax
'Declaration
 
Public Event DataChanged As SegmentDataChangedEventHandler
'Usage
 
Dim instance As CellRangeSegmentData
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