Raises the PropertyChanged event

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
protected virtual void OnPropertyChanged(
	string propertyName
)
Visual Basic
Protected Overridable Sub OnPropertyChanged ( 
	propertyName As String
)
Visual C++
protected:
virtual void OnPropertyChanged(
	String^ propertyName
)
F#
abstract OnPropertyChanged : 
        propertyName : string -> unit 
override OnPropertyChanged : 
        propertyName : string -> unit 

Parameters

propertyName
Type: System..::..String
The name of the property that has been modified

See Also