BindingCompleteEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the delegate that handles the BindingComplete event.
- C#
- VB.NET
public delegate void BindingCompleteEventHandler(Object sender, BindingCompleteEventArgs e)
Public Delegate Sub BindingCompleteEventHandler(ByVal sender As [Object], ByVal e As BindingCompleteEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | BindingCompleteEventArgs | A BindingCompleteEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Binding.BindingComplete | Fired when the FormattingEnabled property true and a binding operation is completed. |
| BindingManagerBase.BindingComplete | Fired at the completion of a data-binding operation. |
| BindingSource.BindingComplete | Fired when all the clients have been bound to this BindingSource. |