ActiveReports.Chart Request technical support
Deactivate Event
See Also 


Occurs when the form loses focus and is no longer the active form.

Syntax

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

See Also