CalendarDatePickerDateValidationErrorEventArgs Constructor

Initializes a new instance of the CalendarDatePickerDateValidationErrorEventArgs class.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDatePickerDateValidationErrorEventArgs(
	Exception exception,
	string text
)

Parameters

exception  Exception
The initial exception from the DateValidationError event.
text  String
The text that caused the DateValidationError event.

See Also