Intersoft WebCombo Documentation
PrepareDataBinding Event
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : PrepareDataBinding Event






Occurs when any data-related functionality is performed before the combo renders data.Manages delegates of the type DataSourceEventHandler.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute()>
<CategoryAttribute("Behavior")>
Public Event PrepareDataBinding As DataSourceEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim handler As DataSourceEventHandler
 
AddHandler instance.PrepareDataBinding, handler
C# 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public event DataSourceEventHandler PrepareDataBinding
Delphi 
public event PrepareDataBinding: DataSourceEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public: __event DataSourceEventHandler* PrepareDataBinding
C++/CLI 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public:
event DataSourceEventHandler^ PrepareDataBinding

Event Data

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

PropertyDescription
AdditionalFilters  
DataSource Gets or sets the DataSource for the control. Gets or sets the DataSource for the control.
EndRow  
IsDropDownClicked Specifies whether the dropdown is clicked.
IsFlyDataRequest Specifies whether the WebCombo's data request invoke a Postback.
QueryText  
ReturnValue (Inherited from ISNet.WebUI.WebCombo.BaseEventArgs) 
RowCount Gets row count that will be retrieved from DataSource.
StartRow Gets start rows that will be retrieved from DataSource

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.