| CodeGenerationTaskBaseOnPropertyChanged Method  | 
 
            Called when [property changed].
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual void OnPropertyChanged(
	string property
)
Protected Overridable Sub OnPropertyChanged ( 
	property As String
)
Parameters
- property
 - Type: SystemString
The property. 
See Also