Intersoft WebDesktop Documentation
WebFlyPostBackListener Class
Members  Example  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebFlyPostBackListener Class


Glossary Item Box

Listener function in WebFlyPostBack to listen or detect if there is any request from WebFlyPostBackManager.

Object Model

WebFlyPostBackListener Class

Syntax

Visual Basic (Declaration) 
Public Class WebFlyPostBackListener 
   Inherits ISNet.WebUI.WebUIBaseClass
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.IFlyPostBack 
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackListener
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

© 2012 Intersoft Solutions Corp. All Rights Reserved.