DataGridViewBindingCompleteEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataBindingComplete event.
- C#
- VB.NET
public class DataGridViewBindingCompleteEventArgs : EventArgs
Public Class DataGridViewBindingCompleteEventArgs
Inherits EventArgs
Constructors
DataGridViewBindingCompleteEventArgs(listChangedType)
Initializes a new instance of the DataGridViewBindingCompleteEventArgs class.
| Name | Type | Description |
|---|---|---|
| listChangedType | ListChangedType | One of the ListChangedType values. |
Properties
ListChangedType
ListChangedType: Returns a value specifying how the list changed.
Used By
| Name | Description |
|---|---|
| DataGridViewBindingCompleteEventHandler | Represents the method that will handle the DataBindingComplete event of a DataGridView. |