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 request an action of another application to be invoked. 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 RequestActionEventArgs)
AddHandler instance.RequestActionEvent, handler
Syntax
'Declaration
<EventPublicationAttribute("topic://RequestActionEvent", PublicationScope.Global)> _
Public Event RequestActionEvent As EventHandler(Of RequestActionEventArgs)
[EventPublicationAttribute("topic://RequestActionEvent", PublicationScope.Global)]
public event EventHandler<RequestActionEventArgs> RequestActionEvent
[EventPublicationAttribute(L"topic://RequestActionEvent", PublicationScope::Global)]
public:
event EventHandler<RequestActionEventArgs^>^ RequestActionEvent {
void add (EventHandler<RequestActionEventArgs^>^ value);
void remove (EventHandler<RequestActionEventArgs^>^ value);
}
/** @event */
public void add_RequestActionEvent (EventHandler<RequestActionEventArgs> value)
/** @event */
public void remove_RequestActionEvent (EventHandler<RequestActionEventArgs> 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.