Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
For internal use
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControl
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
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.