Compartir a través de


ExternalApplication.ActionCompletedEvent Event

Event to notify ApplicationHost that an action has completed. Using CAB's EventBroker to publish the event topic.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ExternalApplication
Dim handler As EventHandler(Of ActionEventArgs)

AddHandler instance.ActionCompletedEvent, handler

Syntax

'Declaration
<EventPublicationAttribute("topic://ActionCompletedEvent", PublicationScope.Global)> _
Public Event ActionCompletedEvent As EventHandler(Of ActionEventArgs)
[EventPublicationAttribute("topic://ActionCompletedEvent", PublicationScope.Global)] 
public override event EventHandler<ActionEventArgs> ActionCompletedEvent
[EventPublicationAttribute(L"topic://ActionCompletedEvent", PublicationScope::Global)] 
public:
virtual event EventHandler<ActionEventArgs^>^ ActionCompletedEvent {
    void add (EventHandler<ActionEventArgs^>^ value) override;
    void remove (EventHandler<ActionEventArgs^>^ value) override;
}
/** @event */
public void add_ActionCompletedEvent (EventHandler<ActionEventArgs> value)

/** @event */
public void remove_ActionCompletedEvent (EventHandler<ActionEventArgs> value)

Platforms

See Also

Reference

ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace

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