SPMobileSelectPersonButton.OnClick Method

Handles the Click event of the button control.

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

Syntax

'Declaration
Protected Overrides Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs

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