HostedWpfControl.RequestAction Event

For internal use only

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 RequestActionEventHandler

AddHandler instance.RequestAction, handler

Syntax

'Declaration
<ObsoleteAttribute("This event is for internal UII use only and should not be used directly")> _
Public Event RequestAction As RequestActionEventHandler
[ObsoleteAttribute("This event is for internal UII use only and should not be used directly")] 
public event RequestActionEventHandler RequestAction
[ObsoleteAttribute(L"This event is for internal UII use only and should not be used directly")] 
public:
virtual event RequestActionEventHandler^ RequestAction {
    void add (RequestActionEventHandler^ value) sealed;
    void remove (RequestActionEventHandler^ value) sealed;
}
/** @event */
public final void add_RequestAction (RequestActionEventHandler value)

/** @event */
public final void remove_RequestAction (RequestActionEventHandler 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.