BindingCompleteEventHandler
Wisej.Web.BindingCompleteEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the delegate that handles the BindingComplete event.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A BindingCompleteEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when the FormattingEnabled property true and a binding operation is completed. | |
Fired at the completion of a data-binding operation. | |
Fired when all the clients have been bound to this BindingSource. |
Last updated