CRMPresenter.DesktopReady Method
Occurs on startup when the desktop initialization has completed and the connections to CRM have been established.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As CRMPresenter
instance.DesktopReady
Syntax
'Declaration
Public Overrides Sub DesktopReady
public override void DesktopReady ()
public:
virtual void DesktopReady () override
public void DesktopReady ()
public override function DesktopReady ()
Remarks
This event will be fired only once, and is used to set themes and do other startup actions.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CRMPresenter Class
CRMPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.