Share via


SPMobileSaveNavigation.OnClick method

This member overrides SPMobileButtonNavigation.OnClick(Object, EventArgs).

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnClick ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs

Me.OnClick(sender, e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnClick(
    Object sender,
    EventArgs e
)

Parameters

See also

Reference

SPMobileSaveNavigation class

SPMobileSaveNavigation members

Microsoft.SharePoint.Mobile.WebControls namespace