Intersoft WebCombo Documentation
DataSourceEventArgs Class
Members  See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace : DataSourceEventArgs Class






Provides data for datasource related event. Provides data for datasource related event.

Object Model

DataSourceEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class DataSourceEventArgs 
   Inherits BaseEventArgs
Visual Basic (Usage)Copy Code
Dim instance As DataSourceEventArgs
C# 
public class DataSourceEventArgs : BaseEventArgs 
Delphi 
public class DataSourceEventArgs = class(BaseEventArgs)
JScript 
public class DataSourceEventArgs extends BaseEventArgs
Managed Extensions for C++ 
public __gc class DataSourceEventArgs : public BaseEventArgs 
C++/CLI 
public ref class DataSourceEventArgs : public BaseEventArgs 

Remarks

DataSourceEventArgs mostly used in load on demand scenario, in which users can retrieve data rows manually from DataSource based on user's QueryText, StartRow, RowCount and other properties that are available to the context.

Inheritance Hierarchy

System.Object
   System.EventArgs
      ISNet.WebUI.WebCombo.BaseEventArgs
         ISNet.WebUI.WebCombo.DataSourceEventArgs

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.