ValidationSummary.OnInit(EventArgs) Method

Definition

Raises the Init event.

protected public:
 override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)

Parameters

e
EventArgs

The event data.

Remarks

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

Applies to

See also