BaseValidator::OnInit Method (EventArgs^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises the Init event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void OnInit(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

A System::EventArgs that contains the event data.

After this method calls the base control's OnInit method, it sets the ForeColor property to Red if the following conditions are true:

This method also registers the validation control on the page.

Notes to Inheritors:

When overriding OnInit in a derived class, be sure to call the base class's OnInit method so that registered delegates receive the event.

.NET Framework
Available since 1.1
Return to top
Show: