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.
Represents the event handler to notify the application host that an action has completed.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New ActionCompletedEventHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub ActionCompletedEventHandler ( _
app As IHostedApplication, _
args As ActionEventArgs _
)
public delegate void ActionCompletedEventHandler (
IHostedApplication app,
ActionEventArgs args
)
public delegate void ActionCompletedEventHandler (
IHostedApplication^ app,
ActionEventArgs^ args
)
/** @delegate */
public delegate void ActionCompletedEventHandler (
IHostedApplication app,
ActionEventArgs args
)
Parameters
- app
Specifies the application
- args
Specifies the event arguments.
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.