Share via


CRMPresenter.DesktopReady Method

Definition

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.

Applies to