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 |