Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicator Class / IndicatorChanged Event


In This Topic
    IndicatorChanged Event (ChartIndicator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event IndicatorChanged As IndicatorChangedEventHandler
    'Usage
     
    
    Dim instance As ChartIndicator
    Dim handler As IndicatorChangedEventHandler
     
    AddHandler instance.IndicatorChanged, handler
    public 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