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 : EventArgsConstructors
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 |