DataGridViewBindingCompleteEventArgs
Wisej.Web.DataGridViewBindingCompleteEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the DataBindingComplete event.
public class DataGridViewBindingCompleteEventArgs : EventArgs
Constructors
DataGridViewBindingCompleteEventArgs(listChangedType)

Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.
Name
Type
Description
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
Was this helpful?