Invoked by the generated class after the value of a scalar property has been modified

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

Syntax

C#
void ReportPropertyChanged(
	string propertyName
)
Visual Basic
Sub ReportPropertyChanged ( 
	propertyName As String
)
Visual C++
void ReportPropertyChanged(
	String^ propertyName
)
F#
abstract ReportPropertyChanged : 
        propertyName : string -> unit 

Parameters

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

See Also