Intersoft WebDesktop Documentation
ClientSideEvents Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopManager Class : ClientSideEvents Property


Glossary Item Box

Contains client side events supported by WebDesktopManager.

Syntax

Visual Basic (Declaration) 
Public Property ClientSideEvents As WebDesktopClientSideEvents
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopManager
Dim value As WebDesktopClientSideEvents
 
instance.ClientSideEvents = value
 
value = instance.ClientSideEvents
C# 
public WebDesktopClientSideEvents ClientSideEvents {get; set;}

Remarks

Client side events are the way to achieve the greatest level of extensibility where developers can integrate their own algorithm or logic when specific events are occurred. DesktopManager offers up to 17 client events, from context menu, control initialize, shortcut selected and created to complete window events such as creation, moved, destroyed, resized and more.

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.