Skip to main content
Version: 4.1

DataGridViewBindingCompleteEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DataBindingComplete event.

public class DataGridViewBindingCompleteEventArgs : EventArgs

Constructors

Instance member DataGridViewBindingCompleteEventArgs(listChangedType)

Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.

NameTypeDescription
listChangedTypeListChangedTypeOne of the ListChangedType values.

Properties

Instance member ListChangedType

ListChangedType: Returns a value specifying how the list changed.

Used By

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