Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentMatrixData Interface / DataChanged Event


DataChanged Event (ISegmentMatrixData)
Occurs when data is changed.
Syntax
'Declaration
 
Event DataChanged As SegmentDataChangedEventHandler
 
'Usage
 
Dim instance As ISegmentMatrixData
Dim handler As SegmentDataChangedEventHandler
 
AddHandler instance.DataChanged, handler
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