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


Glossary Item Box

Client side events of WebTab that you can use to create interactions and extensible web applications.

Object Model

WebTabClientEvents Class

Syntax

Visual Basic (Declaration) 
Public Class WebTabClientEvents 
   Inherits ISNet.WebUI.WebUIBaseClass
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As WebTabClientEvents
C# 
public class WebTabClientEvents : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

You can have many scenarios of WebTab to be used with client side events. For instance, the OnBeforeClosed event is appropriate if you want to put your codes to validate some actions before the Tab is really closed.

The other common scenario would be populating some information when a Tab is activated. For instance, you might want to call a FlyPostBack action through FlyPostBackManager to fill the fields on demand when the Tab is activated. In this case, you can handle OnAfterTabChanged client side event.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebDesktop.WebTabClientEvents

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.