WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - WPF API Reference | Syncfusion SelectionChanged event. ">

    Show / Hide Table of Contents

    Class SelectionChangedEventArgs

    Provides data for the SelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class SelectionChangedEventArgs : EventArgs

    Constructors

    SelectionChangedEventArgs()

    Declaration
    public SelectionChangedEventArgs()

    Properties

    NewValue

    Gets a new selected date.

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

    OldValue

    Gets a old selected date.

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