Listener function in WebFlyPostBack to listen or detect if there is any request from WebFlyPostBackManager.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public Class WebFlyPostBackListener
Inherits ISNet.WebUI.WebUIBaseClass
Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.IFlyPostBack |
| C# | |
|---|
public class WebFlyPostBackListener : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.IFlyPostBack |
Example
The following code shows you how to create WebFlyPostBackListener on the page.
| C# | Copy Code |
|---|
protected void Page_Load(object sender, EventArgs e)
{
WebFlyPostBackListener listener = new WebFlyPostBackListener(this.Page);
} |
Inheritance Hierarchy
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.WebDesktop.WebFlyPostBackListener
Requirements
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
See Also