Class AssistAppointmentResponseCompletedEventArgs
Provides data for SmartScheduler request events, including the appointment and the associated resource involved in the request.
Inheritance
System.Object
AssistAppointmentResponseCompletedEventArgs
Namespace: Syncfusion.Maui.SmartComponents
Assembly: Syncfusion.Maui.SmartComponents.dll
Syntax
public class AssistAppointmentResponseCompletedEventArgs : EventArgs
Constructors
AssistAppointmentResponseCompletedEventArgs()
Declaration
public AssistAppointmentResponseCompletedEventArgs()
Properties
Action
Gets the action performed on the appointment.
Declaration
public AppointmentAction Action { get; }
Property Value
| Type |
|---|
| AppointmentAction |
Appointment
Get the appointment details.
Declaration
public SchedulerAppointment Appointment { get; }
Property Value
| Type |
|---|
| SchedulerAppointment |
AssistantResponse
Gets or sets the assistant response.
Declaration
public string AssistantResponse { get; set; }
Property Value
| Type |
|---|
| System.String |
Handled
Gets or sets a value indicating whether the event is handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type |
|---|
| System.Boolean |