CodeGenerationTaskBaseOnPropertyChanged Method |
Called when [property changed].
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual void OnPropertyChanged(
string property
)
Protected Overridable Sub OnPropertyChanged (
property As String
)
Parameters
- property
- Type: SystemString
The property.
See Also