NotifyPropertyChangesNotifyPropertyChanged Method |
LightningChart .NET Help
Method to be called on property change.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void NotifyPropertyChanged(
string propertyName = ""
)
Public Sub NotifyPropertyChanged (
Optional propertyName As String = ""
)
public:
void NotifyPropertyChanged(
String^ propertyName = L""
)
Parameters
- propertyName (Optional)
- Type: SystemString
Name of changed property.
See Also