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


Glossary Item Box

Javascript functions which invoked from client side in WebDesktop.

Object Model

WebDesktopClientSideEvents Class

Syntax

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

Remarks

WebDesktop has ability to accommodate a broad range of scenarios through its extendable capability using client-side events. Using client side events developers can integrate their own algorithm or logic when specific events are occurred. WebDesktopManager provides up to 17 client events, from context menu, control initialize, shortcut selected and created to complete window events such as creation, moved, resized and more.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebDesktop.WebDesktopClientSideEvents

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.