'Declaration
<SRCategoryAttribute("CatData")> <SRDescriptionAttribute("DataGridView_DataBindingCompleteDescr")> Public Event DataBindingComplete As System.Windows.Forms.DataGridViewBindingCompleteEventHandler
'Usage
Dim instance As NDataGridView Dim handler As System.Windows.Forms.DataGridViewBindingCompleteEventHandler AddHandler instance.DataBindingComplete, handler
[SRCategory("CatData")] [SRDescription("DataGridView_DataBindingCompleteDescr")] public event System.Windows.Forms.DataGridViewBindingCompleteEventHandler DataBindingComplete
Event Data
The event handler receives an argument of type System.Windows.Forms.DataGridViewBindingCompleteEventArgs containing data related to this event. The following DataGridViewBindingCompleteEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ListChangedType | Gets a value specifying how the list changed. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also