EntityCoreTFieldsOnPropertyChanged Method |
Called when a property changed value. Call this method to signal databound controls a property has changed.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual void OnPropertyChanged(
string propertyName
)
Protected Overridable Sub OnPropertyChanged (
propertyName As String
)
Parameters
- propertyName
- Type: SystemString
Name of the property.
See Also