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.
Initializes the event handler for the search box
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected internal virtual void OnSearch(
EventArgs e
)
public protected:
virtual void OnSearch(
EventArgs^ e
)
Protected Friend Overridable Sub OnSearch (
e As EventArgs
)
Parameters
e
Type: System.EventArgsAn EventArgs object that contains the event data.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top