Class AppointmentEditorOpeningEventArgs
Provides the properties for appointment editor opening event.
Inheritance
System.Object
AppointmentEditorOpeningEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentEditorOpeningEventArgs : CancelEventArgs
Constructors
AppointmentEditorOpeningEventArgs()
Declaration
public AppointmentEditorOpeningEventArgs()
Properties
Action
Specifies the editor action while opening the appointment editor.
Declaration
public EditorAction Action { get; set; }
Property Value
Type |
---|
EditorAction |
Appointment
Specifies data of the appointment.
Declaration
public object Appointment { get; set; }
Property Value
Type |
---|
System.Object |
SelectedResource
Specifies data of the selected resource.
Declaration
public ObservableCollection<object> SelectedResource { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.Object> |
StartTime
Specifies start time of selected date region.
Declaration
public DateTime StartTime { get; set; }
Property Value
Type |
---|
System.DateTime |