Compartir a través de


IWorkflowManager.FocusHostedApp Event

Raised when a hosted application has to be brought to focus.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As IWorkflowManager
Dim handler As WorkflowEventHandler

AddHandler instance.FocusHostedApp, handler

Syntax

'Declaration
Event FocusHostedApp As WorkflowEventHandler
event WorkflowEventHandler FocusHostedApp
event WorkflowEventHandler^ FocusHostedApp {
    void add (WorkflowEventHandler^ value);
    void remove (WorkflowEventHandler^ value);
}
/** @event */
void add_FocusHostedApp (WorkflowEventHandler value)

/** @event */
void remove_FocusHostedApp (WorkflowEventHandler value)

Platforms

See Also

Reference

IWorkflowManager Interface
IWorkflowManager Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.