Skip to main content
Version: 3.5

DataGridViewBindingCompleteEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataBindingComplete event.

public class DataGridViewBindingCompleteEventArgs : EventArgs

Constructors

Instance memberDataGridViewBindingCompleteEventArgs(listChangedType)

Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.

NameTypeDescription
listChangedTypeListChangedTypeOne of the ListChangedType values.

Properties

Instance memberListChangedType

ListChangedType: Returns a value specifying how the list changed.

Used By

NameDescription
DataGridViewBindingCompleteEventHandlerRepresents the method that will handle the DataBindingComplete event of a DataGridView.