Spread for ASP.NET 12 Product Documentation
IndicatorChanged Event


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > IIndicator Interface : IndicatorChanged Event
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