DynamicsBaseHostedControl.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:
 virtual void DesktopReady();
protected virtual void DesktopReady ();
abstract member DesktopReady : unit -> unit
override this.DesktopReady : unit -> unit
Protected Overridable Sub DesktopReady ()

Remarks

Override this method to perform any initialization or startup actions.

Applies to