GrapeCity MultiRow Windows Forms Documentation
DataBindingComplete Event


Occurs after a data binding operation has finished.
Syntax
<SRDescriptionAttribute("Occurs when the data-binding operation is completed.")>
<SRCategoryAttribute("Data")>
Public Event DataBindingComplete As EventHandler(Of MultiRowBindingCompleteEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of MultiRowBindingCompleteEventArgs)
 
AddHandler instance.DataBindingComplete, handler
[SRDescription("Occurs when the data-binding operation is completed.")]
[SRCategory("Data")]
public event EventHandler<MultiRowBindingCompleteEventArgs> DataBindingComplete
Event Data

The event handler receives an argument of type MultiRowBindingCompleteEventArgs containing data related to this event. The following MultiRowBindingCompleteEventArgs properties provide information specific to this event.

PropertyDescription
ListChangedTypeGets a value that specifies how the list changes.  
Remarks
This event is raised when the contents of the data source change or when the value of the DataSource, DataMember, or System.Windows.Forms.Control.BindingContext property changes.
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

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.