HostedControl.ActionCompleted Event
For internal use
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControl
Dim handler As ActionCompletedEventHandler
AddHandler instance.ActionCompleted, handler
Syntax
'Declaration
<ObsoleteAttribute("This event is for internal UII use only and should not be used directly")> _
Public Event ActionCompleted As ActionCompletedEventHandler
[ObsoleteAttribute("This event is for internal UII use only and should not be used directly")]
public event ActionCompletedEventHandler ActionCompleted
[ObsoleteAttribute(L"This event is for internal UII use only and should not be used directly")]
public:
virtual event ActionCompletedEventHandler^ ActionCompleted {
void add (ActionCompletedEventHandler^ value) sealed;
void remove (ActionCompletedEventHandler^ value) sealed;
}
/** @event */
public final void add_ActionCompleted (ActionCompletedEventHandler value)
/** @event */
public final void remove_ActionCompleted (ActionCompletedEventHandler value)
Platforms
See Also
Reference
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.