menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarSelectionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarSelectionChangedEventArgs

    Represents a class which is used to hold the selection changed event details

    Inheritance
    System.Object
    CalendarSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.Calendar
    Assembly: Syncfusion.Maui.Calendar.dll
    Syntax
    public class CalendarSelectionChangedEventArgs : EventArgs

    Constructors

    CalendarSelectionChangedEventArgs()

    Declaration
    public CalendarSelectionChangedEventArgs()

    Properties

    NewValue

    Gets the new selected date/dates/range value.

    Declaration
    public object NewValue { get; }
    Property Value
    Type
    System.Object

    OldValue

    Gets the previous selected date/dates/range value.

    Declaration
    public object OldValue { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved