Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / IndicatorChanged Event


In This Topic
    IndicatorChanged Event (IIndicator)
    In This Topic
    Occurs when the indicator is changed.
    Syntax
    'Declaration
     
    
    Event IndicatorChanged As IndicatorChangedEventHandler
    'Usage
     
    
    Dim instance As IIndicator
    Dim handler As IndicatorChangedEventHandler
     
    AddHandler instance.IndicatorChanged, handler
    event IndicatorChangedEventHandler IndicatorChanged
    Event Data

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

    PropertyDescription
    Gets the category.  
    Gets the type of the change.  
    Gets the data.  
    Gets the name of the series.  
    See Also