ToolPane.OnInit method
Chamado para inicializar o painel de ferramentas e registrá-lo com a página de Web Parts
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Uso
Dim e As EventArgs
Me.OnInit(e)
protected override void OnInit(
EventArgs e
)
Parâmetros
- e
Type: System.EventArgs