Class AppointmentEditorClosingEventArgs
Provides data for a AppointmentEditorClosing event.
Inheritance
System.Object
AppointmentEditorClosingEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class AppointmentEditorClosingEventArgs : CancelEventArgs
Constructors
AppointmentEditorClosingEventArgs()
Declaration
public AppointmentEditorClosingEventArgs()
Properties
Action
Gets the action (Add, Edit, Delete, Cancel) performed in appointment editor.
Declaration
public AppointmentEditorAction Action { get; }
Property Value
| Type |
|---|
| AppointmentEditorAction |
Appointment
Gets the details of appointment edited.
Declaration
public SchedulerAppointment Appointment { get; }
Property Value
| Type |
|---|
| SchedulerAppointment |
Remarks
When appointment editor closing on the occurrence appointment of pattern appointment when recurrence edit mode as occurrenceOccurrence , it holds the occurrence appointment details./>.
Handled
Gets or sets a value indicating whether the scheduler can update the underlying appointments collection or appointment based on the action performed in appointment editor. If the value is true, scheduler does not perform the action and you have to write the code in the handler and performance the action.
Declaration
public bool Handled { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Resources
Gets the resource collection of edited appointment.
Declaration
public List<SchedulerResource> Resources { get; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<SchedulerResource> |