Class SelectionChangedEventArgs
Selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
DateAdded
Gets the date added collection.
Declaration
public IList<Calendar> DateAdded { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Java.Util.Calendar> | The date added. |
DateRemoved
Gets the date removed collection.
Declaration
public IList<Calendar> DateRemoved { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Java.Util.Calendar> | The date removed. |
NewRangeAdded
Gets or sets the new range added on multi range selection.
Declaration
public List<SelectionRange> NewRangeAdded { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectionRange> | The new range added. |