Intersoft WebCombo Documentation
OnInitializePostBack Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : OnInitializePostBack Method






combo
The reference to the WebCombo object.The reference to the WebCombo object.
dataSource
The datasourceThe datasource.
request
The request context in XmlDocument type.The request context in XmlDocument type.
action
The action name of the current request. The action name of the current request.
Invoked when the WebCombo is performing OnTheFly postback. You can handle this event to perform additional functions or create your own custom actions. Invoked when the WebCombo is performing OnTheFly postback. You can handle this event to perform additional functions or create your own custom actions.

Syntax

Visual Basic (Declaration) 
Public Overridable Function OnInitializePostBack( _
   ByVal combo As WebCombo, _
   ByVal dataSource As Object, _
   ByVal request As XmlDocument, _
   ByVal action As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim combo As WebCombo
Dim dataSource As Object
Dim request As XmlDocument
Dim action As String
Dim value As Boolean
 
value = instance.OnInitializePostBack(combo, dataSource, request, action)
C# 
public virtual bool OnInitializePostBack( 
   WebCombo combo,
   object dataSource,
   XmlDocument request,
   string action
)
Delphi 
public function OnInitializePostBack( 
    combo: WebCombo;
    dataSource: TObject;
    request: XmlDocument;
    action: String
): Boolean; virtual; 
JScript 
public function OnInitializePostBack( 
   combo : WebCombo,
   dataSource : Object,
   request : XmlDocument,
   action : String
) : boolean;
Managed Extensions for C++ 
public: virtual bool OnInitializePostBack( 
   WebCombo* combo,
   Object* dataSource,
   XmlDocument* request,
   string* action
) 
C++/CLI 
public:
virtual bool OnInitializePostBack( 
   WebCombo^ combo,
   Object^ dataSource,
   XmlDocument^ request,
   String^ action
) 

Parameters

combo
The reference to the WebCombo object.The reference to the WebCombo object.
dataSource
The datasourceThe datasource.
request
The request context in XmlDocument type.The request context in XmlDocument type.
action
The action name of the current request. The action name of the current request.

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.