Share via


FilterBox.FilterBoxKeyDown Event

 

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