Class SelectionChangedEventArgs
Selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
DateAdded
Gets the date added collection.
Declaration
public NSMutableArray DateAdded { get; }
Property Value
Type | Description |
---|---|
Foundation.NSMutableArray | The date added. |
DateRemoved
Gets the date removed collection.
Declaration
public NSMutableArray DateRemoved { get; }
Property Value
Type | Description |
---|---|
Foundation.NSMutableArray | The date removed. |
NewRangeAdded
Gets or sets the new range added on multi range selection.
Declaration
public NSMutableArray NewRangeAdded { get; }
Property Value
Type | Description |
---|---|
Foundation.NSMutableArray | The new range added. |