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 a key is pressed while the filter box control has focus.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler<KeyEventArgs> FilterBoxKeyDown
public:
event EventHandler<KeyEventArgs^>^ FilterBoxKeyDown {
    void add(EventHandler<KeyEventArgs^>^ value);
    void remove(EventHandler<KeyEventArgs^>^ value);
}
Public Event FilterBoxKeyDown As EventHandler(Of KeyEventArgs)
See Also
FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top