DocSetControl.OnInit method

Raises the Init event.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

Parameters

Remarks

This override redirects user to the default view of the current list if it does not exist in the current SPContext.

See also

Reference

DocSetControl class

DocSetControl members

Microsoft.Office.Server.WebControls namespace