menu

Xamarin.Android

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

    Show / Hide Table of Contents

    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.

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