ActivateSolutionItemButton.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.EventArgsThe event arguments passed when the button is initializing.
See Also
Reference
ActivateSolutionItemButton Class