ActiveReports.Chart Request technical support
FormClosing Event
See Also 


Occurs before the form is closed.

Syntax

Visual Basic (Declaration) 
Public Event FormClosing() As FormClosingEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As FormClosingEventHandler
 
AddHandler instance.FormClosing, handler
C# 
public event FormClosingEventHandler FormClosing()

See Also