Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / IndicatorChanged Event


IndicatorChanged Event (IIndicator)
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 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