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

    Parameters

    sender
    See Also