| 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;} | |
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.
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