Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / Changed Event


In This Topic
    Changed Event (DefaultSparklineContainer)
    In This Topic
    Occurs when the sparkline group or sparkline has been changed.
    Syntax
    'Declaration
     
    
    Public Event Changed As SparklineModelEventHandler
    'Usage
     
    
    Dim instance As DefaultSparklineContainer
    Dim handler As SparklineModelEventHandler
     
    AddHandler instance.Changed, handler
    public event SparklineModelEventHandler Changed
    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