[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Tools.WindowsT.FormsT.DataBoundToolStripComboBox.BindingContextChangedEventHandler"]
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public delegate void BindingContextChangedEventHandler(
Object sender,
EventArgs e
) |
| Visual Basic |
|---|
Public Delegate Sub BindingContextChangedEventHandler ( _
sender As Object, _
e As EventArgs _
) |
| Visual C++ |
|---|
public delegate void BindingContextChangedEventHandler(
Object^ sender,
EventArgs^ e
) |
| F# |
|---|
type BindingContextChangedEventHandler =
delegate of
sender:Object *
e:EventArgs -> unit |
| JScript |
|---|
JScript does not support delegates. |
See Also