BindingCompleteEventHandler

Wisej.Web.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

sender

The source of the event.

e

A BindingCompleteEventArgs that contains the event data.

Fired By

NameDescription

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