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
)
Public Shared Function OnProjectValidationAfterFinish (
projectToValidate As Project
) As Boolean
Parameters
- projectToValidate
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The project to validate.
Return Value
Type:
Booleantrue if no plugin raised an error, false otherwise
See Also