DBWAssemblyUnCheckinEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyUnCheckinEvent

Description

Detects the occurrence of an uncheckin event on an assembly

Syntax

Function DBWAssemblyUnCheckinEvent()

Return Values

TRUE

If an uncheckin event on assembly has occurred

FALSE

otherwise

Example

if DBWAssemblyUnCheckinEvent() then
 msgbox "Assembly - UnCheckin Event"
end if