Occurs when the value of the 
System.Windows.Forms.BindingContext property changes. 
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
<SRDescriptionAttribute("Event raised when the value of the BindingContext property is changed on Control.")>
<SRCategoryAttribute("Property Changed")>
Public Event BindingContextChanged As EventHandler | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Medical3DControl
Dim handler As EventHandler
 
AddHandler instance.BindingContextChanged, handler  | 
 
| C# |   | 
|---|
[SRDescriptionAttribute("Event raised when the value of the BindingContext property is changed on Control.")]
[SRCategoryAttribute("Property Changed")]
public event EventHandler BindingContextChanged | 
 
| C++/CLI |   | 
|---|
[SRDescriptionAttribute("Event raised when the value of the BindingContext property is changed on Control.")]
[SRCategoryAttribute("Property Changed")]
public:
event EventHandler^ BindingContextChanged | 
 
 
              
             
             
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7 
 
            
            
See Also