DBWAssemblyCheckinEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyCheckinEvent

Description

Detects the occurence of a checkin event on an assembly

Syntax

Function DBWAssemblyCheckinEvent()

Return Values

TRUE

If a checkin event on assembly has occoured

FALSE

otherwise

Example

if DBWAssemblyCheckinEvent() then
 msgbox "Assembly - Checkin Event"
end if