Skip to main content

ValidationCompletedEventArgs Interface

#Declaration

TypeScript
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

TypeScript
readonly container: any

#Property Value

Type
any

#firstInvalidControl Property

#Declaration

TypeScript
readonly firstInvalidControl: Control

#Property Value

Type
Control

#firstVisibleInvalidControl Property

#Declaration

TypeScript
readonly firstVisibleInvalidControl: Control

#Property Value

Type
Control

#invisibleControlsValidated Property

#Declaration

TypeScript
readonly invisibleControlsValidated: boolean

#Property Value

Type
boolean

#isValid Property

#Declaration

TypeScript
isValid: boolean

#Property Value

Type
boolean

#validationGroup Property

#Declaration

TypeScript
readonly validationGroup: string

#Property Value

Type
string