For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataGridViewBindingCompleteEventHandler

Wisej.Web.DataGridViewBindingCompleteEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public delegate void DataGridViewBindingCompleteEventHandler(Object sender, DataGridViewBindingCompleteEventArgs e)
Public Delegate Sub DataGridViewBindingCompleteEventHandler(ByVal sender As [Object], ByVal e As DataGridViewBindingCompleteEventArgs)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Occurs after a data-binding operation has finished.

Last updated

Was this helpful?