menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentEditorClosedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentEditorClosedEventArgs

    Provides the properties for a appointment editor closedAppointmentEndResizingEventArgs event.

    Inheritance
    System.Object
    AppointmentEditorClosedEventArgs
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class AppointmentEditorClosedEventArgs : Object

    Constructors

    AppointmentEditorClosedEventArgs()

    Declaration
    public AppointmentEditorClosedEventArgs()

    Properties

    Action

    Specifies the action while closing the editor.

    Declaration
    public EditorClosedAction Action { get; set; }
    Property Value
    Type
    EditorClosedAction

    EditedAppointment

    Specifies data of edited appointment.

    Declaration
    public object EditedAppointment { get; set; }
    Property Value
    Type
    System.Object

    Handled

    Checks whether appointment is handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    IsNew

    Specifies whether appointment is newly created.

    Declaration
    public bool IsNew { get; set; }
    Property Value
    Type
    System.Boolean

    OriginalAppointment

    Specifies data of original appointment.

    Declaration
    public object OriginalAppointment { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved