SPMobileCalendarViewSelectPersonButton.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

Remarks

This override redirects the user to the calendar view page based on the people or group selection.

See Also

Reference

SPMobileCalendarViewSelectPersonButton Class

SPMobileCalendarViewSelectPersonButton Members

Microsoft.SharePoint.MobileControls Namespace