DynamicsBaseHostedControl.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:
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.