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 to notify AppHost 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 ExternalApplication
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 override 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) override;
void remove (ActionCompletedEventHandler^ value) override;
}
/** @event */
public void add_ActionCompleted (ActionCompletedEventHandler value)
/** @event */
public void remove_ActionCompleted (ActionCompletedEventHandler 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.