Class ViewChangedEventArgs
Provides data for the ViewChanged event.
Inheritance
System.Object
System.EventArgs
ViewChangedEventArgs
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 ViewChangedEventArgs : EventArgs
Constructors
ViewChangedEventArgs()
Declaration
public ViewChangedEventArgs()
Properties
NewValue
Gets new date range of the view.
Declaration
public DateRange NewValue { get; }
Property Value
Type | Description |
---|---|
DateRange |
OldValue
Gets old date range of the view.
Declaration
public DateRange OldValue { get; }
Property Value
Type | Description |
---|---|
DateRange |