Spread Windows Forms 12.0 Product Documentation
Changed Event (ISparklineContainer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ISparklineContainer Interface : Changed Event
Occurs when the sparkline group or sparkline has been changed.
Syntax
'Declaration
 
Event Changed As SparklineModelEventHandler
'Usage
 
Dim instance As ISparklineContainer
Dim handler As SparklineModelEventHandler
 
AddHandler instance.Changed, handler
Event Data

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

PropertyDescription
Gets the updated cell ranges.  
See Also