DataGridViewBindingCompleteEventArgs
Wisej.Web.DataGridViewBindingCompleteEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the DataBindingComplete event.
Constructors
DataGridViewBindingCompleteEventArgs(listChangedType)
Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.
Name | Type | Description |
---|---|---|
listChangedType | One of the ListChangedType values. |
Properties
ListChangedType
ListChangedType: Returns a value specifying how the list changed.
Used By
Name | Description |
---|---|
Represents the method that will handle the DataBindingComplete event of a DataGridView. |
Last updated