Partager via


ActivateSolutionItemButton.OnClick method

Activates 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

ActivateSolutionItemButton class

ActivateSolutionItemButton members

Microsoft.SharePoint.WebControls namespace