SearchBox.OnSearch Method (EventArgs)
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