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.
Delegate event handler use in event to request an action of another application to be invoked
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestActionEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestActionEventHandler ( _
app As IHostedApplication, _
args As RequestActionEventArgs _
)
public delegate void RequestActionEventHandler (
IHostedApplication app,
RequestActionEventArgs args
)
public delegate void RequestActionEventHandler (
IHostedApplication^ app,
RequestActionEventArgs^ args
)
/** @delegate */
public delegate void RequestActionEventHandler (
IHostedApplication app,
RequestActionEventArgs args
)
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.