menu

WinForms

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

    Show / Hide Table of Contents

    Class AppointmentTimeChangedEventArgs

    Provides data for the AppointmentTimeChanged event.

    Inheritance
    System.Object
    AppointmentTimeChangedEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Schedule
    Assembly: Syncfusion.Schedule.Windows.dll
    Syntax
    public class AppointmentTimeChangedEventArgs

    Constructors

    AppointmentTimeChangedEventArgs()

    Initializes a new instance of the AppointmentTimeChangedEventArgs class.

    Declaration
    public AppointmentTimeChangedEventArgs()

    Properties

    Item

    Gets or sets the ScheduleAppointment.

    Declaration
    public IScheduleAppointment Item { get; set; }
    Property Value
    Type
    IScheduleAppointment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved