Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartDataSetting Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.


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

Parameters

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