alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved