Share via


UpgradeSolutionItemButton.OnInit Method

Enables the button if the sandboxed solution contains code and the service is available.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Parameters

  • e
    Type: System.EventArgs

    The event arguments passed when the button is initializing.

See Also

Reference

UpgradeSolutionItemButton Class

UpgradeSolutionItemButton Members

Microsoft.SharePoint.WebControls Namespace