Fires the PropertyChanged event.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
protected virtual void OnPropertyChanged( string propertyName ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnPropertyChanged ( _ propertyName As String _ ) |
Parameters
- propertyName
- Type: System..::.String
The name of the property that changed.