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 filter text is changed.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler<TextChangedEventArgs> FilterTextChanged
public:
event EventHandler<TextChangedEventArgs^>^ FilterTextChanged {
void add(EventHandler<TextChangedEventArgs^>^ value);
void remove(EventHandler<TextChangedEventArgs^>^ value);
}
Public Event FilterTextChanged As EventHandler(Of TextChangedEventArgs)
See Also
FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top