Share via


DynamicsBaseHostedControl.CRMWindowRouter_DesktopReady Method

Definition

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

protected:
 void CRMWindowRouter_DesktopReady(System::Object ^ sender, EventArgs ^ e);
protected void CRMWindowRouter_DesktopReady (object sender, EventArgs e);
member this.CRMWindowRouter_DesktopReady : obj * EventArgs -> unit
Protected Sub CRMWindowRouter_DesktopReady (sender As Object, e As EventArgs)

Parameters

sender
Object

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)

Applies to