This event gets launched whenever the PC-DMIS application begins to close. A listening application should use this event to properly close PC-DMIS.
Visual Basic |
---|
Public Event OnClosingApplication( _ ByVal UserExit As Boolean, _ ByVal LockObjectCount As Integer _ ) |
- UserExit
- Boolean value that indicates the current value of the UserExit property.
- LockObjectCount
- Integer value that returns the value from the LockObjectCount property.