Binding Events
.NET Framework 4.5
The Binding type exposes the following members.
| Name | Description | |
|---|---|---|
|
BindingComplete | Occurs when the FormattingEnabled property is set to true and a binding operation is complete, such as when data is pushed from the control to the data source or vice versa |
|
Format | Occurs when the property of a control is bound to a data value. |
|
Parse | Occurs when the value of a data-bound control changes. |