Share via


SPMobileSaveNavigation.OnClick Method

Represents the method that will handle the Click event of the CommandControl property of the SPMobileSaveNavigation.

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

Unless it is overridden in a derived class, this method calls the TrySaveItem() method.

See Also

Reference

SPMobileSaveNavigation Class

SPMobileSaveNavigation Members

Microsoft.SharePoint.MobileControls Namespace