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.
private Sub View_Closing (
ByVal As Object _
) As Boolean
Parameters
- sender
- Sender of event.