Share via


SPMobileFileUploadButton.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 uploads the file selected in the button's parent SPMobileFileUploadBrowser control an, if the upload is successful, navigates to the item Edit form.

See Also

Reference

SPMobileFileUploadButton Class

SPMobileFileUploadButton Members

Microsoft.SharePoint.MobileControls Namespace