Partager via


UpgradeSolutionItemButton.OnClick method

Upgrades a sandboxed solution when clicked.

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

Syntax

'Declaration
Protected Overrides Sub OnClick ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnClick(e)
protected override void OnClick(
    EventArgs e
)

Parameters

  • e
    Type: System.EventArgs

    The event arguments passed when the button is clicked.

See also

Reference

UpgradeSolutionItemButton class

UpgradeSolutionItemButton members

Microsoft.SharePoint.WebControls namespace