ActiveReports.Chart Request technical support
Activated Event
See Also 


Occurs when the form is activated in code or by the user.

Syntax

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

See Also