DataGridView.OnDataBindingComplete Method (DataGridViewBindingCompleteEventArgs)
.NET Framework (current version)
Raises the DataBindingComplete event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Protected Overridable Sub OnDataBindingComplete ( e As DataGridViewBindingCompleteEventArgs )
Parameters
- e
-
Type:
System.Windows.Forms.DataGridViewBindingCompleteEventArgs
A DataGridViewBindingCompleteEventArgs that contains the event data.
Binding operations occur when the data changes while a CurrencyManager is in use. For example, if a ListChanged event occurs, the DataGridView will update its view and raise the DataBindingComplete event when it is finished.
.NET Framework
Available since 2.0
Available since 2.0
Show: