Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicator Class / IndicatorChanged Event


IndicatorChanged Event (ChartIndicator)
Syntax
'Declaration
 
Public Event IndicatorChanged As IndicatorChangedEventHandler
 
'Usage
 
Dim instance As ChartIndicator
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