HostedApplication.ActionCompletedEvent Event
Event to notify ApplicationHost that an action has completed.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplication
Dim handler As EventHandler(Of ActionEventArgs)
AddHandler instance.ActionCompletedEvent, handler
Syntax
'Declaration
Public Event ActionCompletedEvent As EventHandler(Of ActionEventArgs)
public abstract event EventHandler<ActionEventArgs> ActionCompletedEvent
public:
virtual event EventHandler<ActionEventArgs^>^ ActionCompletedEvent {
void add (EventHandler<ActionEventArgs^>^ value) abstract;
void remove (EventHandler<ActionEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_ActionCompletedEvent (EventHandler<ActionEventArgs> value)
/** @event */
public abstract void remove_ActionCompletedEvent (EventHandler<ActionEventArgs> value)
Platforms
See Also
Reference
HostedApplication Class
HostedApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.