ActiveReports.Chart Request technical support
HandleDestroyed Event
See Also 


Occurs when the control's handle is in the process of being destroyed.

Syntax

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

See Also