Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Event fired when the action is complete.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedApplication
Dim handler As ActionCompletedEventHandler
AddHandler instance.ActionCompleted, handler
Syntax
'Declaration
<ObsoleteAttribute("This event is for internal UII use only and should not be use directly!")> _
Public Event ActionCompleted As ActionCompletedEventHandler
[ObsoleteAttribute("This event is for internal UII use only and should not be use directly!")]
public abstract event ActionCompletedEventHandler ActionCompleted
[ObsoleteAttribute(L"This event is for internal UII use only and should not be use directly!")]
public:
virtual event ActionCompletedEventHandler^ ActionCompleted {
void add (ActionCompletedEventHandler^ value) abstract;
void remove (ActionCompletedEventHandler^ value) abstract;
}
/** @event */
public abstract void add_ActionCompleted (ActionCompletedEventHandler value)
/** @event */
public abstract void remove_ActionCompleted (ActionCompletedEventHandler 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.