Class SchedulerSelectionChangedEventArgs
Occurs when the selection is changed in the Scheduler.
Inheritance
System.Object
SchedulerSelectionChangedEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerSelectionChangedEventArgs : EventArgs
Remarks
The selection changed date when the selection changed action performed on element available in the SchedulerSelectionChangedEventArgs.
Constructors
SchedulerSelectionChangedEventArgs()
Declaration
public SchedulerSelectionChangedEventArgs()
Properties
NewResource
Gets a new selected resource.
Declaration
public SchedulerResource NewResource { get; }
Property Value
Type |
---|
SchedulerResource |
NewValue
Gets the new date time value that represents selected scheduler cell on timeslot and month views.
Declaration
public Nullable<DateTime> NewValue { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |
OldResource
Gets an old selected resource.
Declaration
public SchedulerResource OldResource { get; }
Property Value
Type |
---|
SchedulerResource |
OldValue
Gets the old date time value that represents selected scheduler cell on timeslot and month views.
Declaration
public Nullable<DateTime> OldValue { get; }
Property Value
Type |
---|
System.Nullable<System.DateTime> |