SPMobilePeopleSearchButton.OnClick Method
Handles the button Click event.
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
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe EventArgs object that contains the event data.
Remarks
This override gets the searched people from the SearchInputTextBox() control and renders the result on the ResultMessageLabel() control. If the number of returned people is within the rendering limits, each person is rendered with a radio button.
See Also
Reference
SPMobilePeopleSearchButton Class