ActiveReports.Chart Request technical support
EnabledChanged Event
See Also 


Occurs when the Enabled property value has changed.

Syntax

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

See Also