Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.