Class ViewChangedEventArgs
Provides data for the ViewChanged event.
Inheritance
System.Object
ViewChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class ViewChangedEventArgs : EventArgs
Constructors
ViewChangedEventArgs()
Declaration
public ViewChangedEventArgs()
Properties
NewValue
Gets new date range of the view.
Declaration
public DateRange NewValue { get; }
Property Value
Type |
---|
DateRange |
OldValue
Gets old date range of the view.
Declaration
public DateRange OldValue { get; }
Property Value
Type |
---|
DateRange |