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.
Requests the action of another application to be invoked.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWpfControl
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
HostedWpfControl Class
HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.