Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.