Invoked by generated class prior to changing the value of a scalar property

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

Syntax

C#
void ReportPropertyChanging(
	string propertyName,
	Object newValue
)
Visual Basic
Sub ReportPropertyChanging ( 
	propertyName As String,
	newValue As Object
)
Visual C++
void ReportPropertyChanging(
	String^ propertyName, 
	Object^ newValue
)
F#
abstract ReportPropertyChanging : 
        propertyName : string * 
        newValue : Object -> unit 

Parameters

propertyName
Type: System..::..String
The name of the property being modified
newValue
Type: System..::..Object
The new value that will be assigned to the property

See Also