Skip to main content
Version: 3.5

BindingCompleteEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the delegate that handles the BindingComplete event.

public delegate void BindingCompleteEventHandler(Object sender, BindingCompleteEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eBindingCompleteEventArgsA BindingCompleteEventArgs that contains the event data.

Fired By

NameDescription
Binding.BindingCompleteFired when the FormattingEnabled property true and a binding operation is completed.
BindingManagerBase.BindingCompleteFired at the completion of a data-binding operation.
BindingSource.BindingCompleteFired when all the clients have been bound to this BindingSource.