: SearchBox.OnLoad (Método) (Object, EventArgs) (Microsoft.SharePoint.Portal.WebControls)
Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnLoad ( _
sender As Object, _
e As EventArgs _
)
'Uso
Dim sender As Object
Dim e As EventArgs
Me.OnLoad(sender, e)
protected override void OnLoad (
Object sender,
EventArgs e
)
Parámetros
- sender
The sender of the event.
- e
A System.EventArgs object that contains the event data.
Vea también
Referencia
SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)