menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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.

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