All pages
Powered by GitBook
1 of 1

Loading...

BindingCompleteEventHandler

Wisej.Web.BindingCompleteEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.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

sender

Object

The source of the event.

e

BindingCompleteEventArgs

A BindingCompleteEventArgs that contains the event data.

Binding.BindingComplete

Fired when the FormattingEnabled property true and a binding operation is completed.

BindingManagerBase.BindingComplete

Fired at the completion of a data-binding operation.

BindingSource.BindingComplete

Fired when all the clients have been bound to this BindingSource.