DataGridViewBindingCompleteEventArgs

Wisej.Web.DataGridViewBindingCompleteEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataBindingComplete event.

public class DataGridViewBindingCompleteEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.

NameTypeDescription

listChangedType

One of the ListChangedType values.

Properties

ListChangedType: Returns a value specifying how the list changed.

Used By

NameDescription

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

Last updated