Raised the PropertyChanged event.
Namespace: FirstFloor.Documents.AnnotationsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
protected override void OnPropertyChanged( string propertyName ) |
| Visual Basic |
|---|
Protected Overrides Sub OnPropertyChanged ( _ propertyName As String _ ) |
| Visual C++ |
|---|
protected: virtual void OnPropertyChanged( String^ propertyName ) override |
Parameters
- propertyName
- Type: System..::..String
Name of the property.