SearchBox.OnInit Method (EventArgs)
Raises the Init event to initialize the search box.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
protected override void OnInit(
EventArgs e
)
protected:
virtual void OnInit(
EventArgs^ e
) override
Protected Overrides Sub OnInit (
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