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.
Occurs when the control receives focus.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler GotFocus
public:
event EventHandler^ GotFocus {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event GotFocus As EventHandler
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top