ZenWorkspace.OnPostTransport



OnPostTransport(bSuccess As Boolean,obProject As Project)

Parameters

bSuccess As Boolean
Boolean return value, returns true if the transport was successfully.
obProject As Project
Returns an object of type Project
ED
avaliable
RT
not used

Remarks

This event is fired, when the runtimefiles have been transported to a remote pc.


Private Sub ZenWorkspace_OnPostTransport(ByVal obProject As IProject, ByVal bSuccess As Boolean)
	Debug.Print "Runtimefiles for project '" & obProject.Name & "' were transported succesfully (" & bSuccess & ")!"
End Sub

See Also

ZenWorkspace, Project