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.9.0.0 (5.9.0)
Syntaxprotected virtual void OnPropertyChanged(
	string propertyName
)
Protected Overridable Sub OnPropertyChanged ( 
	propertyName As String
)
Parameters
- propertyName
 - Type: SystemString
Name of the property. 
See Also