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

See Also

Reference

WebPartQuickAdd Class

WebPartQuickAdd Members

Microsoft.SharePoint.WebPartPages Namespace