Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object / Closing Event
In This Topic
    Closing Event (View)
    In This Topic
    Occurs when the view is about to close. This event can be cancelled by setting the return value. If set to False (the default), closing is canceled. If set to True, closing continues.
    Syntax
    private Sub View_Closing ( 
       ByVal sender As Object _
    ) As Boolean

    Parameters

    sender
    Sender of event.
    See Also