Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineSetting Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.


In This Topic
    OnPropertyChanged Method (ExcelSparklineSetting)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ExcelSparklineSetting
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(e)
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.
    See Also