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
- e
Type: System.EventArgs
The EventArgs object that contains the event data.
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