BindingCompleteEventHandler
Wisej.Web.BindingCompleteEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the delegate that handles the BindingComplete event.
public delegate void BindingCompleteEventHandler(Object sender, BindingCompleteEventArgs e)Public Delegate Sub BindingCompleteEventHandler(ByVal sender As [Object], ByVal e As BindingCompleteEventArgs)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?

