Class CalendarSubmittedEventArgs
Represents a class which is used to hold the submit button event details.
Inheritance
System.Object
CalendarSubmittedEventArgs
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public class CalendarSubmittedEventArgs : EventArgs
Constructors
CalendarSubmittedEventArgs()
Declaration
public CalendarSubmittedEventArgs()
Properties
Value
Gets the new selected date/dates/range value.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |