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.4.0.0 (5.4.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