Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved