InfoConnect for Unisys VBA Guide
Closing Event (View)
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

 

 


2015 Attachmate

Send Feedback