ValidationSummary.OnInit(EventArgs) Método

Definición

Genera el evento Init.

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)

Parámetros

e
EventArgs

Datos del evento.

Comentarios

Una vez que este método llama al método del OnInit control base, establece la ForeColor propiedad Red en si se cumplen las condiciones siguientes:

Se aplica a

Consulte también