Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnClosingApplication Event
Boolean value that indicates the current value of the UserExit property.
Integer value that returns the value from the LockObjectCount property.
OnClosingApplication Event
Description

This event gets launched whenever the PC-DMIS application begins to close. A listening application should use this event to properly close PC-DMIS.

Syntax
Visual Basic
Public Event OnClosingApplication( _
   ByVal UserExit As Boolean, _
   ByVal LockObjectCount As Integer _
)
Parameters
UserExit
Boolean value that indicates the current value of the UserExit property.
LockObjectCount
Integer value that returns the value from the LockObjectCount property.
See Also