[This is preliminary documentation and is subject to change.]
Fired when BindingContextChanged of ComboBox occures
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Data)] public event DataBoundToolStripLabel..::..BindingContextChangedEventHandler BindingContextChanged |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Data)> _ Public Event BindingContextChanged As DataBoundToolStripLabel..::..BindingContextChangedEventHandler |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Data)] public: event DataBoundToolStripLabel..::..BindingContextChangedEventHandler^ BindingContextChanged { void add (DataBoundToolStripLabel..::..BindingContextChangedEventHandler^ value); void remove (DataBoundToolStripLabel..::..BindingContextChangedEventHandler^ value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Data)>] member BindingContextChanged : IEvent<DataBoundToolStripLabel..::..BindingContextChangedEventHandler, EventArgs> |
| JScript |
|---|
|