ValidationSummary.OnInit Method (EventArgs)

.NET Framework (current version)
 

Raises the Init event.

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

override OnInit : 
        e:EventArgs -> unit

Parameters

e
Type: System.EventArgs

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:

.NET Framework
Available since 4.0
Return to top
Show: