CRMPresenter.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 the desktop initialization has completed and the connections to CRM have been established.
public:
override void DesktopReady();
public override void DesktopReady ();
override this.DesktopReady : unit -> unit
Public Overrides Sub DesktopReady ()
Implements
Remarks
This event will be fired only once, and is used to set themes and do other startup actions.