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






Occurs when when OnTheFlyPostBack action needs to be initialized. Manages delegates of the type ISNet.WebUI.WebGrid.PostBackEventHandler.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute()>
<CategoryAttribute("Behavior")>
Public Event InitializePostBack As PostBackEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim handler As PostBackEventHandler
 
AddHandler instance.InitializePostBack, handler
C# 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public event PostBackEventHandler InitializePostBack
Delphi 
public event InitializePostBack: PostBackEventHandler; 
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 PostBackEventHandler* InitializePostBack
C++/CLI 
[DescriptionAttribute()]
[CategoryAttribute("Behavior")]
public:
event PostBackEventHandler^ InitializePostBack

Event Data

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

PropertyDescription
Action Gets the action name (PostBackAction) for the requests that initiate the event.Gets the action name (PostBackAction) for the requests that initiate the event.
Combo Gets the WebGrid object used by the event. Gets the WebGrid object used by the event.
CustomActionData Gets or sets custom action data for requests that initiated by custom request function. Gets or sets custom action data for requests that initiated by custom request function.
DataSource Gets the assigned WebGrid's DataSource. Gets the assigned WebGrid's DataSource.
ReturnValue (Inherited from ISNet.WebUI.WebCombo.BaseEventArgs) 
XmlRequest Gets the request in XmlDocument type that contains requests information by clients. Gets the request in XmlDocument type that contains requests information by clients.

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.