Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IndicatorChangedEventArgs Class / ChangeType Property


In This Topic
    ChangeType Property (IndicatorChangedEventArgs)
    In This Topic
    Gets the type of the change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChangeType As IndicatorChangeType
    'Usage
     
    
    Dim instance As IndicatorChangedEventArgs
    Dim value As IndicatorChangeType
     
    value = instance.ChangeType
    public IndicatorChangeType ChangeType {get;}

    Property Value

    The type of the change.
    See Also