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.
Represents an event that occurs when the search button is clicked.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public event EventHandler Search
public:
event EventHandler^ Search {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event Search As EventHandler
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top