Udostępnij za pośrednictwem


CRMGlobalManager.AppWithFocusChanged Event

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

Usage

'Usage
Dim handler As EventHandler(Of AppWithFocusEventArgs)

AddHandler CRMGlobalManager.AppWithFocusChanged, handler

Syntax

'Declaration
Public Shared Event AppWithFocusChanged As EventHandler(Of AppWithFocusEventArgs)
public static event EventHandler<AppWithFocusEventArgs> AppWithFocusChanged
public:
static event EventHandler<AppWithFocusEventArgs^>^ AppWithFocusChanged {
    void add (EventHandler<AppWithFocusEventArgs^>^ value);
    void remove (EventHandler<AppWithFocusEventArgs^>^ value);
}
/** @event */
public static void add_AppWithFocusChanged (EventHandler<AppWithFocusEventArgs> value)

/** @event */
public static void remove_AppWithFocusChanged (EventHandler<AppWithFocusEventArgs> 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.