DynamicsBaseHostedControl.CRMWindowRouter_DesktopReady Method

Occurs on startup when all the desktop initialization in Unified Service Desk has completed and the connections to Microsoft Dynamics CRM have been established.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim sender As Object
Dim e As EventArgs

Me.CRMWindowRouter_DesktopReady(sender, e)

Syntax

'Declaration
Protected Sub CRMWindowRouter_DesktopReady ( _
    sender As Object, _
    e As EventArgs _
)
protected void CRMWindowRouter_DesktopReady (
    Object sender,
    EventArgs e
)
protected:
void CRMWindowRouter_DesktopReady (
    Object^ sender, 
    EventArgs^ e
)
protected void CRMWindowRouter_DesktopReady (
    Object sender, 
    EventArgs e
)
protected function CRMWindowRouter_DesktopReady (
    sender : Object, 
    e : EventArgs
)

Parameters

  • sender
  • e

Remarks

You should override the DesktopReady instead of this method to perform your initialization operations as this is a specialized method, which is used internally by the Global Manager hosted control. For information about the Global Manager hosted control, see Global Manager (Hosted Control)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DynamicsBaseHostedControl Class
DynamicsBaseHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.