BindingCompleteEventHandler
Wisej.Web.BindingCompleteEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the delegate that handles the BindingComplete event.
public delegate void BindingCompleteEventHandler(Object sender, BindingCompleteEventArgs e)
Parameters
Name
Type
Description
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
Was this helpful?