Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationClosedEventHandler Event
In This Topic
ApplicationClosedEventHandler Event
In This Topic
The event is raised when the Reflection application is closed.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(False)>
Public Delegate Sub ApplicationClosedEventHandler( _
   ByVal sender As Object _
) 

Parameters

sender
See Also