Share via


SPMobilePeopleSearchInputPane.OnInit method

NOTE: This API is now obsolete.

Raises the Init event.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override void OnInit(
    EventArgs e
)

Parameters

Remarks

This override adds a search input text box as a child control.

See also

Reference

SPMobilePeopleSearchInputPane class

SPMobilePeopleSearchInputPane members

Microsoft.SharePoint.MobileControls namespace