ZenWorkspace.OnPreBuild



OnPreBuild(obProject As Project)

Parameters

obProject As Project
Returns an object of type Project
ED
avaliable
RT
not used

Remarks

This event is fired, when the runtimefiles for a project will be built.


Private Sub ZenWorkspace_OnPreBuild(ByVal obProject As IProject)
	Debug.Print "Runtimefiles for project '" & obProject.Name & "' will be created!"
End Sub

See Also

ZenWorkspace, Project