Class ScheduleTypeChangingEventArgs
Provides event data for the ScheduleTypeChanging event, including the old and new values of the schedule type being changed in the view.
Inheritance
System.Object
ScheduleTypeChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleTypeChangingEventArgs : Object
Constructors
ScheduleTypeChangingEventArgs()
Declaration
public ScheduleTypeChangingEventArgs()
Properties
NewValue
Specifies the new value of the schedule type in the view.
Declaration
public ScheduleType NewValue { get; set; }
Property Value
| Type |
|---|
| ScheduleType |
OldValue
Specifies the old value of the schedule type in the view.
Declaration
public ScheduleType OldValue { get; set; }
Property Value
| Type |
|---|
| ScheduleType |