DataGridViewBindingCompleteEventHandler

Wisej.Web.DataGridViewBindingCompleteEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Represents the method that will handle the DataBindingComplete event of a DataGridView.

public delegate void DataGridViewBindingCompleteEventHandler(Object sender, DataGridViewBindingCompleteEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Occurs after a data-binding operation has finished.

Last updated