Click or drag to resize

DesignerEventControllerOnProjectValidationAfterFinish Method

Called when ProjectValidationAfterFinish event is raised from code

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static bool OnProjectValidationAfterFinish(
	Project projectToValidate
)

Parameters

projectToValidate
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The project to validate.

Return Value

Type: Boolean
true if no plugin raised an error, false otherwise
See Also