Summary
Provides data for the
DateValidationError
event.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["CalendarDatePickerDateValidationErrorEventArgs"]
class Type type-node
Syntax
public class CalendarDatePickerDateValidationErrorEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Calendar |
Initializes a new instance of the
CalendarDatePickerDateValidationErrorEventArgs
class.
|
Properties
Name | Value | Summary |
---|---|---|
Exception | Exception |
Gets the initial exception associated with the
DateValidationError
event.
|
Text | string |
Gets the text that caused the
DateValidationError
event.
|
ThrowException | bool |
Gets or sets a value indicating whether
Exception
should be thrown.
|