Click or drag to resize
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)
Syntax
protected virtual void OnPropertyChanged(
	string property
)

Parameters

property
Type: SystemString
The property.
See Also