WebPartQuickAdd.OnInit method
NOTE: This API is now obsolete.
This member overrides Control.OnInit(EventArgs).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInit(e)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
protected override void OnInit(
EventArgs e
)
Parameters
- e
Type: System.EventArgs