Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Event to notify ApplicationHost that an action has completed. Using CAB's EventBroker to publish the event topic.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControl
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
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.