IDatePickerValidationFailedEventArgs
Provides information about date picker reference and its previously valid value when onValidationFailed event is fired.
Properties
Section titled "Properties"currentValue
Section titled "currentValue"currentValue: string | Date Defined in projects/igniteui-angular/date-picker/src/date-picker/date-picker.common.ts:9
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
prevValue
Section titled "prevValue"prevValue: string | Date Defined in projects/igniteui-angular/date-picker/src/date-picker/date-picker.common.ts:8