Share via


SPMobileButtonNavigation.OnClick method

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Me.OnClick(sender, e)
protected virtual void OnClick(
    Object sender,
    EventArgs e
)

Parameters

See also

Reference

SPMobileButtonNavigation class

SPMobileButtonNavigation members

Microsoft.SharePoint.Mobile.WebControls namespace