|
ED
|
avaliable
|
RT
|
not used
|
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