Compartilhar via


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

See Also

SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace

Return to top