menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentEditorClosingEventArgs - API Reference

    Show / Hide Table of Contents

    Class AppointmentEditorClosingEventArgs

    Provides data for a AppointmentEditorClosing event.

    Inheritance
    System.Object
    AppointmentEditorClosingEventArgs
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.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 Description
    AppointmentEditorAction

    Appointment

    Gets the details of appointment edited.

    Declaration
    public ScheduleAppointment Appointment { get; }
    Property Value
    Type Description
    ScheduleAppointment
    Remarks

    When appointment editor closing on the occurrence appointment of pattern appointment when recurrence edit mode as occurrenceOccurrence , it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).

    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 Description
    System.Boolean

    Resources

    Gets the resource collection of edited appointment.

    Declaration
    public List<SchedulerResource> Resources { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SchedulerResource>
    Remarks

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    SchedulerResource
    ResourceMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved