Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartCommand.SeriesChartTypeData Class / OnPropertyChanged Method
Name of the property that changed.


In This Topic
    OnPropertyChanged Method (ChartCommand.SeriesChartTypeData)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As ChartCommand.SeriesChartTypeData
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property that changed.
    See Also