HostedWpfControl.ActionCompletedEvent Event
Event to notify the hosted application that an action has completed.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWpfControl
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 event EventHandler<ActionEventArgs> ActionCompletedEvent
[EventPublicationAttribute(L"topic://ActionCompletedEvent", PublicationScope::Global)]
public:
event EventHandler<ActionEventArgs^>^ ActionCompletedEvent {
void add (EventHandler<ActionEventArgs^>^ value);
void remove (EventHandler<ActionEventArgs^>^ value);
}
/** @event */
public void add_ActionCompletedEvent (EventHandler<ActionEventArgs> value)
/** @event */
public void remove_ActionCompletedEvent (EventHandler<ActionEventArgs> value)
Platforms
See Also
Reference
HostedWpfControl Class
HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.