GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : DataBindingComplete Event |
<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
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.
Property | Description |
---|---|
ListChangedType | Gets a value that specifies how the list changes. |
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