DelegateValidationControl.OnInit Method

This member is reserved for internal use and is not intended to be used directly from your code. Raises the Init event.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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 adds the DelegateValidationControl instance to the current page’s collection of IValidator references, which can be accessed through the Page.Validators property.

See Also

Reference

DelegateValidationControl Class

DelegateValidationControl Members

Microsoft.Office.Server.WebControls Namespace