DynamicsBaseHostedControl.CRMWindowRouter_DesktopReady Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)