menu

WinForms

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

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Provides data for the SelectionChanged event of the SfCalendar control.

    Inheritance
    System.Object
    System.EventArgs
    SelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.Input.Events
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs(Nullable<DateTime>, Nullable<DateTime>, Boolean)

    Initializes a new instance of the SelectionChangedEventArgs class.

    Declaration
    public SelectionChangedEventArgs(DateTime? oldValue, DateTime? newValue, bool isMultipleSelection)
    Parameters
    Type Name Description
    System.Nullable<System.DateTime> oldValue

    Old selected date.

    System.Nullable<System.DateTime> newValue

    New selected date.

    System.Boolean isMultipleSelection

    AllowMultipleSelection value.

    Properties

    IsMultipleDatesSelected

    Gets a value indicating whether AllowMultipleSelection for SfCalendar.

    Declaration
    public bool IsMultipleDatesSelected { get; }
    Property Value
    Type
    System.Boolean

    NewValue

    Gets the new SelectedDate for SfCalendar.

    Declaration
    public DateTime? NewValue { get; }
    Property Value
    Type
    System.Nullable<System.DateTime>

    OldValue

    Gets the old SelectedDate of SfCalendar.

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