Skip to main content

ValidationCompletedEventArgs Interface

Declaration

interface ValidationCompletedEventArgs extends EventArgs

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

Inherited Members

Inheritance

EventArgs
ValidationCompletedEventArgs

Properties

container Property

Declaration

readonly container: any

Property Value

Type
any

firstInvalidControl Property

Declaration

readonly firstInvalidControl: Control

Property Value

Type
Control

firstVisibleInvalidControl Property

Declaration

readonly firstVisibleInvalidControl: Control

Property Value

Type
Control

invisibleControlsValidated Property

Declaration

readonly invisibleControlsValidated: boolean

Property Value

Type
boolean

isValid Property

Declaration

isValid: boolean

Property Value

Type
boolean

validationGroup Property

Declaration

readonly validationGroup: string

Property Value

Type
string