Summary
Initializes a new instance of the
CalendarDatePickerDateValidationErrorEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Date Picker Date Validation Error Event Args
Syntax
public CalendarDatePickerDateValidationErrorEventArgs(Exception exception, string text)
Parameters
Name | Type | Description |
---|---|---|
exception | Exception |
The initial exception from the
DateValidationError
event.
|
text | string |
The text that caused the
DateValidationError
event.
|
Return Value
Type | Description |
---|---|
void |