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#
public void ReportPropertyChanging(
	string propertyName,
	Object newValue
)
Visual Basic
Public Sub ReportPropertyChanging ( 
	propertyName As String,
	newValue As Object
)
Visual C++
public:
virtual void ReportPropertyChanging(
	String^ propertyName, 
	Object^ newValue
) sealed
F#
abstract ReportPropertyChanging : 
        propertyName : string * 
        newValue : Object -> unit 
override 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

Implements

IEntityObject..::..ReportPropertyChanging(String, Object)

See Also