Angular Validator Types

DisposingEvent

The type of the disposing event handler's argument.

import { DxValidatorTypes } from "devextreme-angular/ui/validator"
Type: DxValidatorTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxValidatorTypes } from "devextreme-angular/ui/validator"
Type: DxValidatorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxValidatorTypes } from "devextreme-angular/ui/validator"
Type: DxValidatorTypes.OptionChangedEvent

ValidatedEvent

The type of the validated event handler's argument.

import { DxValidatorTypes } from "devextreme-angular/ui/validator"
Type: DxValidatorTypes.ValidatedEvent