Share via


SPMobileSelectPersonButton.OnClick method

NOTE: This API is now obsolete.

Handles the Click event of the button control.

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 OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs

Me.OnClick(sender, 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 OnClick(
    Object sender,
    EventArgs e
)

Parameters

Remarks

This override sets the value of the SPMobilePeopleSearchResultPane control instance on the people picker form.

See also

Reference

SPMobileSelectPersonButton class

SPMobileSelectPersonButton members

Microsoft.SharePoint.MobileControls namespace