Spread for ASP.NET 10 Product Documentation
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
CategoryGets the category.  
ChangeTypeGets the type of the change.  
DataGets the data.  
SeriesNameGets the name of the series.  
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IIndicator Interface
IIndicator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.