Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raised to request the focus to a specific application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As RequestFocusEventHandler
AddHandler instance.RequestFocus, handler
Syntax
'Declaration
Public Event RequestFocus As RequestFocusEventHandler
public event RequestFocusEventHandler RequestFocus
public:
event RequestFocusEventHandler^ RequestFocus {
void add (RequestFocusEventHandler^ value);
void remove (RequestFocusEventHandler^ value);
}
/** @event */
public void add_RequestFocus (RequestFocusEventHandler value)
/** @event */
public void remove_RequestFocus (RequestFocusEventHandler value)
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.