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.1.0.0 (5.1.0)
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