Click or drag to resize
EntityCoreTFieldsOnPropertyChanged Method
Called when a property changed value. Call this method to signal databound controls a property has changed.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property.
See Also