ValidationCompletedEventArgs Interface
Declaration
interface ValidationCompletedEventArgs extends EventArgs
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.
Properties
container Property
Declaration
readonly container: any
Property Value
firstInvalidControl Property
Declaration
readonly firstInvalidControl: Control
Property Value
firstVisibleInvalidControl Property
Declaration
readonly firstVisibleInvalidControl: Control
Property Value
invisibleControlsValidated Property
Declaration
readonly invisibleControlsValidated: boolean
Property Value
isValid Property
Declaration
isValid: boolean
Property Value
validationGroup Property
Declaration
readonly validationGroup: string
Property Value