Compartilhar via


CRMGlobalManager.ActionHistoryAdded 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 ActionResultArgs)

AddHandler instance.ActionHistoryAdded, handler

Syntax

'Declaration
Public Event ActionHistoryAdded As EventHandler(Of ActionResultArgs)
public event EventHandler<ActionResultArgs> ActionHistoryAdded
public:
event EventHandler<ActionResultArgs^>^ ActionHistoryAdded {
    void add (EventHandler<ActionResultArgs^>^ value);
    void remove (EventHandler<ActionResultArgs^>^ value);
}
/** @event */
public void add_ActionHistoryAdded (EventHandler<ActionResultArgs> value)

/** @event */
public void remove_ActionHistoryAdded (EventHandler<ActionResultArgs> 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.