Class SelectionChangedEventArgs
Selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Calendar
Gets the calendar.
Declaration
public SfCalendar Calendar { get; }
Property Value
Type | Description |
---|---|
SfCalendar | The calendar. |
DateAdded
Gets the date added.
Declaration
public IList<DateTime> DateAdded { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.DateTime> | The date added. |
DateRemoved
Gets the date removed.
Declaration
public IList<DateTime> DateRemoved { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.DateTime> | The date removed. |
NewRangeAdded
Gets the range added.
Declaration
public IList<SelectionRange> NewRangeAdded { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SelectionRange> | The range added. |