
| 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 | |
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.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.WebDesktop.WebTabClientEvents
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