Udostępnij za pośrednictwem


CRMGlobalManager.DesktopReady Event

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As CRMGlobalManager
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.DesktopReady, handler

Syntax

'Declaration
Public Event DesktopReady As EventHandler(Of EventArgs)
public event EventHandler<EventArgs> DesktopReady
public:
virtual event EventHandler<EventArgs^>^ DesktopReady {
    void add (EventHandler<EventArgs^>^ value) sealed;
    void remove (EventHandler<EventArgs^>^ value) sealed;
}
/** @event */
public final void add_DesktopReady (EventHandler<EventArgs> value)

/** @event */
public final void remove_DesktopReady (EventHandler<EventArgs> value)

Platforms

See Also

Reference

CRMGlobalManager Class
CRMGlobalManager Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.