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.9.0.0 (5.9.0)
Syntax
protected virtual void OnPropertyChanged(
	string property
)

Parameters

property
Type: SystemString
The property.
See Also