ActiveReports.Chart Request technical support
BindingContextChanged Event
See Also 


Occurs when the value of the BindingContext property changes.

Syntax

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

See Also