Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparklineContainer Interface / Changed Event


In This Topic
    Changed Event (ISparklineContainer)
    In This Topic
    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