WebDesktopClientSideEvents Properties
| OnInitialize | Description Specifies the client side (JavaScript) function that will be invoked when the webdesktop is in initialization process. ValueType String Default Value |
| OnShortcutCreated | Description Specifies the client side (JavaScript) function that will be invoked when the webdesktop's shortcut is created ValueType String Default Value |
| OnShortcutSelected | Description Specifies the client side (JavaScript) function that will be invoked when the webdesktop's shortcut is selected ValueType String Default Value |
| OnShortcutBeforeLaunched | Description Specifies the client side (JavaScript) function that will be invoked before the webdesktop's shortcut is launched ValueType String Default Value |
| OnShortcutAfterLaunched | Description Specifies the client side (JavaScript) function that will be invoked after the webdesktop's shortcut is launched ValueType String Default Value |
| OnWindowCreating | Description Specifies the client side (JavaScript) function that will be invoked when creating window ValueType String Default Value |
| OnWindowCreated | Description Specifies the client side (JavaScript) function that will be invoked after the window is created ValueType String Default Value |
| OnWindowMinimized | Description Specifies the client side (JavaScript) function that will be invoked when the window is minimized ValueType String Default Value |
| OnWindowMaximized | Description Specifies the client side (JavaScript) function that will be invoked when the window is maximized ValueType String Default Value |
| OnWindowRestored | Description Specifies the client side (JavaScript) function that will be invoked when the window is restored ValueType String Default Value |
| OnWindowBeforeClosed | Description Specifies the client side (JavaScript) function that will be invoked before the window is closed ValueType String Default Value |
| OnWindowAfterClosed | Description Specifies the client side (JavaScript) function that will be invoked after the window is closed ValueType String Default Value |
| OnWindowResized | Description Specifies the client side (JavaScript) function that will be invoked when the window is resized ValueType String Default Value |
| OnWindowMoved | Description Specifies the client side (JavaScript) function that will be invoked when the window is moved ValueType String Default Value |
| OnContextMenu | Description Specifies the client side (JavaScript) function that will be invoked when the context menu is called ValueType String Default Value |
| OnWindowBeforeActivated | Description Specifies the client side (JavaScript) function that will be invoked before the window is activated ValueType String Default Value |
| OnWindowAfterActivated | Description Specifies the client side (JavaScript) function that will be invoked after the window is activated ValueType String Default Value |