| Visual Basic (Declaration) | |
|---|---|
Public Property ClientSideEvents As WebExplorerClientSideEvents | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebExplorerPane Dim value As WebExplorerClientSideEvents instance.ClientSideEvents = value value = instance.ClientSideEvents | |
| C# | |
|---|---|
public WebExplorerClientSideEvents ClientSideEvents {get; set;} | |
WebExplorerPane exposed numerous client side events that you can consume in order to create rich interaction and extensible web applications. Following is the list of available client side events
- OnAfterCollapse
- OnAfterExpand
- OnBeforeCollapse
- OnBeforeExpand
- OnClientUnload
- OnInitialize
- OnPaneHeaderClick
- OnPaneItemClick
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
Reference
WebExplorerPane ClassWebExplorerPane Members