menu

UWP

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

    Show / Hide Table of Contents

    Class VisibleDatesChangingEventArgs

    Provides properties and data values to use for VisibleDatesChanging event .

    Inheritance
    System.Object
    VisibleDatesChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class VisibleDatesChangingEventArgs : Object

    Constructors

    VisibleDatesChangingEventArgs()

    Declaration
    public VisibleDatesChangingEventArgs()

    Properties

    NewValue

    Specifies the new value of the visible dates changed in the view.

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

    OldValue

    Specifies the old value of the visible dates of the view.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved