DeactivateSolutionItemButton.OnClick Method

Deactivates a sandboxed solution when clicked.

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

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

DeactivateSolutionItemButton Class

DeactivateSolutionItemButton Members

Microsoft.SharePoint.WebControls Namespace