Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / FireChanged Method
Name of the property.


In This Topic
    FireChanged Method (ExcelSparklineSetting)
    In This Topic
    Fires the changed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FireChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim propertyName As String
     
    instance.FireChanged(propertyName)
    protected virtual void FireChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also